diff --git a/README.md b/README.md index 41b5f8e..873e77a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Extension Mod for [gnembon's fabric-carpet](https://github.com/gnembon/fabric-ca - [`SURVIVAL`](markdown/SURVIVAL_Category.md) ## Index -Count: 94 +Count: 96 - [anvilledBlueIce](#anvilledblueice) - [anvilledIce](#anvilledice) - [anvilledPackedIce](#anvilledpackedice) @@ -90,6 +90,7 @@ Count: 94 - [lilyPadsOnCauldron](#lilypadsoncauldron) - [longerRepeaters](#longerrepeaters) - [maxBannerLayers](#maxbannerlayers) +- [missingCobbleRecipes](#missingcobblerecipes) - [moreBarkCrafting](#morebarkcrafting) - [moreFortressSpawningBlocks](#morefortressspawningblocks) - [netherrackGeneration](#netherrackgeneration) @@ -112,6 +113,7 @@ Count: 94 - [smokerGreenDye](#smokergreendye) - [smokerLimeDye](#smokerlimedye) - [snowballWaterDrag](#snowballwaterdrag) +- [splashOxidize](#splashoxidize) - [stalagmiteSteppingDamage](#stalagmitesteppingdamage) - [stonecutterDamage](#stonecutterdamage) - [strictShulkerShells](#strictshulkershells) @@ -620,6 +622,15 @@ This only works for clients with this mod installed and the Banner tooltips neve - You must choose a value from 3 to 16 - [Idea from SouthernPixel](https://github.com/gnembon/carpet-extra/issues/111) +### missingCobbleRecipes +Adds missing recipes for allowing blackstone and cobbled deepslate in place of cobblestone + +Expect a lag spike when changing the value +- Type: `boolean` +- Default value: `false` +- Required options: `true`, `false` +- Categories: `BUGFIX`, `CRAFTING`, `RUG`, `SURVIVAL` + ### moreBarkCrafting Crafting Logs to Wood gives 4 instead of 3 @@ -812,6 +823,13 @@ Thrown Snowball will stutter on client when mod is only on server - Additional notes: - You must choose a value from 0.5 to 0.99 +### splashOxidize +Copper blocks oxidize one stage when hit with a water bottle +- Type: `boolean` +- Default value: `false` +- Required options: `true`, `false` +- Categories: `FEATURE`, `RUG`, `SURVIVAL` + ### stalagmiteSteppingDamage Pointed Dripstones (stalagmites) deal damage when standing on them. Sneaking prevents this - Type: `int` diff --git a/gradle.properties b/gradle.properties index 3b680f5..5a62def 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ org.gradle.jvmargs=-Xmx4G carpet_core_version=1.4.79+v220607 # Mod Properties - mod_version = 1.3.0 + mod_version = 1.3.1 maven_group = de.rubixdev.rug archives_base_name = rug diff --git a/markdown/BUGFIX_Category.md b/markdown/BUGFIX_Category.md index 73448af..83b057a 100644 --- a/markdown/BUGFIX_Category.md +++ b/markdown/BUGFIX_Category.md @@ -2,10 +2,11 @@ For a list of all implemented Rules go [here](../README.md) ## Index -Count: 4 +Count: 5 - [cactusFurnaceXp](#cactusfurnacexp) - [infinityNeedsArrow](#infinityneedsarrow) - [itemFramesActivatePressurePlates](#itemframesactivatepressureplates) +- [missingCobbleRecipes](#missingcobblerecipes) - [stonecutterDamage](#stonecutterdamage) ## Rules in BUGFIX Category @@ -35,6 +36,15 @@ Item Frames inside wooden pressure plates hold them down - Required options: `true`, `false` - Categories: `BUGFIX`, `RUG` +### missingCobbleRecipes +Adds missing recipes for allowing blackstone and cobbled deepslate in place of cobblestone + +Expect a lag spike when changing the value +- Type: `boolean` +- Default value: `false` +- Required options: `true`, `false` +- Categories: `BUGFIX`, `CRAFTING`, `RUG`, `SURVIVAL` + ### stonecutterDamage How much damage Stonecutters deal when stepping on them - Type: `int` diff --git a/markdown/CRAFTING_Category.md b/markdown/CRAFTING_Category.md index 905c248..e018460 100644 --- a/markdown/CRAFTING_Category.md +++ b/markdown/CRAFTING_Category.md @@ -2,7 +2,7 @@ For a list of all implemented Rules go [here](../README.md) ## Index -Count: 32 +Count: 33 - [blastFurnaceGlass](#blastfurnaceglass) - [blastFurnaceGlazedTerracotta](#blastfurnaceglazedterracotta) - [blastFurnaceNetherBrick](#blastfurnacenetherbrick) @@ -23,6 +23,7 @@ Count: 32 - [easyStickCrafting](#easystickcrafting) - [easyTrappedChestCrafting](#easytrappedchestcrafting) - [maxBannerLayers](#maxbannerlayers) +- [missingCobbleRecipes](#missingcobblerecipes) - [moreBarkCrafting](#morebarkcrafting) - [powderToGlassSmelting](#powdertoglasssmelting) - [shapelessCrafting](#shapelesscrafting) @@ -225,6 +226,15 @@ This only works for clients with this mod installed and the Banner tooltips neve - You must choose a value from 3 to 16 - [Idea from SouthernPixel](https://github.com/gnembon/carpet-extra/issues/111) +### missingCobbleRecipes +Adds missing recipes for allowing blackstone and cobbled deepslate in place of cobblestone + +Expect a lag spike when changing the value +- Type: `boolean` +- Default value: `false` +- Required options: `true`, `false` +- Categories: `BUGFIX`, `CRAFTING`, `RUG`, `SURVIVAL` + ### moreBarkCrafting Crafting Logs to Wood gives 4 instead of 3 diff --git a/markdown/FEATURE_Category.md b/markdown/FEATURE_Category.md index fe0b349..16fcbea 100644 --- a/markdown/FEATURE_Category.md +++ b/markdown/FEATURE_Category.md @@ -2,7 +2,7 @@ For a list of all implemented Rules go [here](../README.md) ## Index -Count: 30 +Count: 31 - [anvilledBlueIce](#anvilledblueice) - [anvilledIce](#anvilledice) - [anvilledPackedIce](#anvilledpackedice) @@ -30,6 +30,7 @@ Count: 30 - [silkTouchFarmland](#silktouchfarmland) - [silkTouchPathBlocks](#silktouchpathblocks) - [silkTouchSpawners](#silktouchspawners) +- [splashOxidize](#splashoxidize) - [stalagmiteSteppingDamage](#stalagmitesteppingdamage) - [strictShulkerShells](#strictshulkershells) - [villagersDropEmeralds](#villagersdropemeralds) @@ -262,6 +263,13 @@ Mining Spawners with a Silk Touch tool will drop itself - Required options: `true`, `false` - Categories: `EXPERIMENTAL`, `FEATURE`, `RUG`, `SURVIVAL` +### splashOxidize +Copper blocks oxidize one stage when hit with a water bottle +- Type: `boolean` +- Default value: `false` +- Required options: `true`, `false` +- Categories: `FEATURE`, `RUG`, `SURVIVAL` + ### stalagmiteSteppingDamage Pointed Dripstones (stalagmites) deal damage when standing on them. Sneaking prevents this - Type: `int` diff --git a/markdown/SURVIVAL_Category.md b/markdown/SURVIVAL_Category.md index 61b4b1e..ce4c614 100644 --- a/markdown/SURVIVAL_Category.md +++ b/markdown/SURVIVAL_Category.md @@ -2,7 +2,7 @@ For a list of all implemented Rules go [here](../README.md) ## Index -Count: 68 +Count: 70 - [basaltToBlackstoneConversion](#basalttoblackstoneconversion) - [basaltToLavaConversion](#basalttolavaconversion) - [blastFurnaceGlass](#blastfurnaceglass) @@ -40,6 +40,7 @@ Count: 68 - [infinityNeedsArrow](#infinityneedsarrow) - [kelpBlockHardness](#kelpblockhardness) - [maxBannerLayers](#maxbannerlayers) +- [missingCobbleRecipes](#missingcobblerecipes) - [moreBarkCrafting](#morebarkcrafting) - [netherrackGeneration](#netherrackgeneration) - [noCreeperGriefing](#nocreepergriefing) @@ -57,6 +58,7 @@ Count: 68 - [silkTouchSpawners](#silktouchspawners) - [smokerGreenDye](#smokergreendye) - [smokerLimeDye](#smokerlimedye) +- [splashOxidize](#splashoxidize) - [stalagmiteSteppingDamage](#stalagmitesteppingdamage) - [stonecutterDamage](#stonecutterdamage) - [strictShulkerShells](#strictshulkershells) @@ -407,6 +409,15 @@ This only works for clients with this mod installed and the Banner tooltips neve - You must choose a value from 3 to 16 - [Idea from SouthernPixel](https://github.com/gnembon/carpet-extra/issues/111) +### missingCobbleRecipes +Adds missing recipes for allowing blackstone and cobbled deepslate in place of cobblestone + +Expect a lag spike when changing the value +- Type: `boolean` +- Default value: `false` +- Required options: `true`, `false` +- Categories: `BUGFIX`, `CRAFTING`, `RUG`, `SURVIVAL` + ### moreBarkCrafting Crafting Logs to Wood gives 4 instead of 3 @@ -546,6 +557,13 @@ Expect a lag spike when changing the value - Required options: `true`, `false` - Categories: `CRAFTING`, `RUG`, `SURVIVAL` +### splashOxidize +Copper blocks oxidize one stage when hit with a water bottle +- Type: `boolean` +- Default value: `false` +- Required options: `true`, `false` +- Categories: `FEATURE`, `RUG`, `SURVIVAL` + ### stalagmiteSteppingDamage Pointed Dripstones (stalagmites) deal damage when standing on them. Sneaking prevents this - Type: `int` diff --git a/markdown/curseforge.md b/markdown/curseforge.md index bb80f0f..60abf95 100644 --- a/markdown/curseforge.md +++ b/markdown/curseforge.md @@ -9,7 +9,7 @@ Extension Mod for [gnembon's fabric-carpet](https://github.com/gnembon/fabric-ca If you encounter any issues, please let me know on [GitHub](https://github.com/RubixDev/Rug/issues) (preferred) or here in the comments. ## List of implemented Rules -Count: 94 +Count: 96 - anvilledBlueIce - anvilledIce - anvilledPackedIce @@ -66,6 +66,7 @@ Count: 94 - lilyPadsOnCauldron - longerRepeaters - maxBannerLayers +- missingCobbleRecipes - moreBarkCrafting - moreFortressSpawningBlocks - netherrackGeneration @@ -88,6 +89,7 @@ Count: 94 - smokerGreenDye - smokerLimeDye - snowballWaterDrag +- splashOxidize - stalagmiteSteppingDamage - stonecutterDamage - strictShulkerShells diff --git a/src/main/java/de/rubixdev/rug/RugServer.java b/src/main/java/de/rubixdev/rug/RugServer.java index 7ccc26e..abe4f21 100644 --- a/src/main/java/de/rubixdev/rug/RugServer.java +++ b/src/main/java/de/rubixdev/rug/RugServer.java @@ -62,7 +62,7 @@ import net.minecraft.util.math.BlockPos; public class RugServer implements CarpetExtension, ModInitializer { - public static final String VERSION = "1.3.0"; + public static final String VERSION = "1.3.1"; public static final Logger LOGGER = LogManager.getLogger("Rug"); private static MinecraftServer minecraftServer; diff --git a/src/main/java/de/rubixdev/rug/RugSettings.java b/src/main/java/de/rubixdev/rug/RugSettings.java index 042749c..1a83a48 100644 --- a/src/main/java/de/rubixdev/rug/RugSettings.java +++ b/src/main/java/de/rubixdev/rug/RugSettings.java @@ -1259,7 +1259,7 @@ public String description() { @Rule( desc = "Copper blocks oxidize one stage when hit with a water bottle", - category = { FEATURE, DISPENSER, SURVIVAL, RUG } + category = { FEATURE, SURVIVAL, RUG } ) public static boolean splashOxidize = false; }