diff --git a/README.md b/README.md index 56a4b13..5cda5e0 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,6 @@ Count: 97 - [foodInstantHeal](#foodinstantheal) - [gravelCrushing](#gravelcrushing) - [honeyCombStickiness](#honeycombstickiness) -- [infiniteLavaSources](#infinitelavasources) - [infinityNeedsArrow](#infinityneedsarrow) - [itemFramesActivatePressurePlates](#itemframesactivatepressureplates) - [kelpBlockHardness](#kelpblockhardness) @@ -130,6 +129,7 @@ Count: 97 - [unpackableWool](#unpackablewool) - [villagersAlwaysConvert](#villagersalwaysconvert) - [villagersDropEmeralds](#villagersdropemeralds) +- [waterInNether](#waterinnether) - [woodcutting](#woodcutting) - [zeroTickPlants](#zerotickplants) - [zombifiedPiglinsSpawningInPortals](#zombifiedpiglinsspawninginportals) @@ -560,13 +560,6 @@ Will render Ghost Blocks on the Client when mod is only Server Side - Additional notes: - [Idea from DragonEggBedrockBreaking#0034](https://discord.com/channels/211786369951989762/573613501164159016/816793720011358208) on the [SciCraft Discord](https://discord.gg/scicraft) -### infiniteLavaSources -Lava creates infinite sources like Water -- Type: `boolean` -- Default value: `false` -- Required options: `true`, `false` -- Categories: `RENEWABLE`, `RUG`, `SURVIVAL` - ### infinityNeedsArrow A Bow enchanted with Infinity needs the player to have an arrow in their inventory - Type: `boolean` @@ -971,6 +964,13 @@ Villagers drop between 1 and x Emeralds on death, where x is the given number - Additional notes: - You must choose a value from 0 to 5 +### waterInNether +Allow water placing and ice melting in ultrawarm dimensions +- Type: `boolean` +- Default value: `false` +- Required options: `true`, `false` +- Categories: `CREATIVE`, `RUG` + ### woodcutting The Stonecutter can be used for all wood types diff --git a/gradle.properties b/gradle.properties index 645ecde..a9235aa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ loader_version = 0.14.19 carpet_core_version = 1.4.101+v230319 # Mod Properties -mod_version = 1.4.0 +mod_version = 1.4.1 maven_group = de.rubixdev.rug archives_base_name = rug diff --git a/markdown/CREATIVE_Category.md b/markdown/CREATIVE_Category.md index bffce97..ad451ad 100644 --- a/markdown/CREATIVE_Category.md +++ b/markdown/CREATIVE_Category.md @@ -2,9 +2,10 @@ For a list of all implemented Rules go [here](../README.md) ## Index -Count: 2 +Count: 3 - [reachDistance](#reachdistance) - [snowMelting](#snowmelting) +- [waterInNether](#waterinnether) ## Rules in CREATIVE Category @@ -26,3 +27,10 @@ Whether snow can melt - Default value: `true` - Required options: `true`, `false` - Categories: `CREATIVE`, `RUG`, `SURVIVAL` + +### waterInNether +Allow water placing and ice melting in ultrawarm dimensions +- Type: `boolean` +- Default value: `false` +- Required options: `true`, `false` +- Categories: `CREATIVE`, `RUG` diff --git a/markdown/RENEWABLE_Category.md b/markdown/RENEWABLE_Category.md index 317560a..0f37e65 100644 --- a/markdown/RENEWABLE_Category.md +++ b/markdown/RENEWABLE_Category.md @@ -2,7 +2,7 @@ For a list of all implemented Rules go [here](../README.md) ## Index -Count: 12 +Count: 11 - [basaltToBlackstoneConversion](#basalttoblackstoneconversion) - [basaltToLavaConversion](#basalttolavaconversion) - [cobbleCrushing](#cobblecrushing) @@ -13,7 +13,6 @@ Count: 12 - [dragonDrops](#dragondrops) - [dragonEggConvertsCobbleToEndstone](#dragoneggconvertscobbletoendstone) - [gravelCrushing](#gravelcrushing) -- [infiniteLavaSources](#infinitelavasources) - [netherrackGeneration](#netherrackgeneration) ## Rules in RENEWABLE Category @@ -100,13 +99,6 @@ Gravel crushed by a falling Anvil will convert into Sand - Required options: `true`, `false` - Categories: `FEATURE`, `RENEWABLE`, `RUG`, `SURVIVAL` -### infiniteLavaSources -Lava creates infinite sources like Water -- Type: `boolean` -- Default value: `false` -- Required options: `true`, `false` -- Categories: `RENEWABLE`, `RUG`, `SURVIVAL` - ### netherrackGeneration Netherrack is generated instead of Cobblestone if a Magma Block is below - Type: `boolean` diff --git a/markdown/SURVIVAL_Category.md b/markdown/SURVIVAL_Category.md index a31a4b9..8da0934 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: 71 +Count: 70 - [basaltToBlackstoneConversion](#basalttoblackstoneconversion) - [basaltToLavaConversion](#basalttolavaconversion) - [blastFurnaceGlass](#blastfurnaceglass) @@ -35,7 +35,6 @@ Count: 71 - [enderPearlDamage](#enderpearldamage) - [foodInstantHeal](#foodinstantheal) - [gravelCrushing](#gravelcrushing) -- [infiniteLavaSources](#infinitelavasources) - [infinityNeedsArrow](#infinityneedsarrow) - [kelpBlockHardness](#kelpblockhardness) - [maxBannerLayers](#maxbannerlayers) @@ -366,13 +365,6 @@ Gravel crushed by a falling Anvil will convert into Sand - Required options: `true`, `false` - Categories: `FEATURE`, `RENEWABLE`, `RUG`, `SURVIVAL` -### infiniteLavaSources -Lava creates infinite sources like Water -- Type: `boolean` -- Default value: `false` -- Required options: `true`, `false` -- Categories: `RENEWABLE`, `RUG`, `SURVIVAL` - ### infinityNeedsArrow A Bow enchanted with Infinity needs the player to have an arrow in their inventory - Type: `boolean` diff --git a/markdown/curseforge.md b/markdown/curseforge.md index e048003..4cbd72d 100644 --- a/markdown/curseforge.md +++ b/markdown/curseforge.md @@ -58,7 +58,6 @@ Count: 97 - foodInstantHeal - gravelCrushing - honeyCombStickiness -- infiniteLavaSources - infinityNeedsArrow - itemFramesActivatePressurePlates - kelpBlockHardness @@ -104,6 +103,7 @@ Count: 97 - unpackableWool - villagersAlwaysConvert - villagersDropEmeralds +- waterInNether - woodcutting - zeroTickPlants - zombifiedPiglinsSpawningInPortals diff --git a/markdown/modrinth.md b/markdown/modrinth.md index 9aba4e4..1536430 100644 --- a/markdown/modrinth.md +++ b/markdown/modrinth.md @@ -56,7 +56,6 @@ Count: 97 - foodInstantHeal - gravelCrushing - honeyCombStickiness -- infiniteLavaSources - infinityNeedsArrow - itemFramesActivatePressurePlates - kelpBlockHardness @@ -102,6 +101,7 @@ Count: 97 - unpackableWool - villagersAlwaysConvert - villagersDropEmeralds +- waterInNether - woodcutting - zeroTickPlants - zombifiedPiglinsSpawningInPortals