Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed Apr 11, 2023
1 parent ca50016 commit a1a8140
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 30 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ Count: 97
- [foodInstantHeal](#foodinstantheal)
- [gravelCrushing](#gravelcrushing)
- [honeyCombStickiness](#honeycombstickiness)
- [infiniteLavaSources](#infinitelavasources)
- [infinityNeedsArrow](#infinityneedsarrow)
- [itemFramesActivatePressurePlates](#itemframesactivatepressureplates)
- [kelpBlockHardness](#kelpblockhardness)
Expand Down Expand Up @@ -130,6 +129,7 @@ Count: 97
- [unpackableWool](#unpackablewool)
- [villagersAlwaysConvert](#villagersalwaysconvert)
- [villagersDropEmeralds](#villagersdropemeralds)
- [waterInNether](#waterinnether)
- [woodcutting](#woodcutting)
- [zeroTickPlants](#zerotickplants)
- [zombifiedPiglinsSpawningInPortals](#zombifiedpiglinsspawninginportals)
Expand Down Expand Up @@ -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`
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 9 additions & 1 deletion markdown/CREATIVE_Category.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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`
10 changes: 1 addition & 9 deletions markdown/RENEWABLE_Category.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -13,7 +13,6 @@ Count: 12
- [dragonDrops](#dragondrops)
- [dragonEggConvertsCobbleToEndstone](#dragoneggconvertscobbletoendstone)
- [gravelCrushing](#gravelcrushing)
- [infiniteLavaSources](#infinitelavasources)
- [netherrackGeneration](#netherrackgeneration)

## Rules in RENEWABLE Category
Expand Down Expand Up @@ -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`
Expand Down
10 changes: 1 addition & 9 deletions markdown/SURVIVAL_Category.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -35,7 +35,6 @@ Count: 71
- [enderPearlDamage](#enderpearldamage)
- [foodInstantHeal](#foodinstantheal)
- [gravelCrushing](#gravelcrushing)
- [infiniteLavaSources](#infinitelavasources)
- [infinityNeedsArrow](#infinityneedsarrow)
- [kelpBlockHardness](#kelpblockhardness)
- [maxBannerLayers](#maxbannerlayers)
Expand Down Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion markdown/curseforge.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Count: 97
- foodInstantHeal
- gravelCrushing
- honeyCombStickiness
- infiniteLavaSources
- infinityNeedsArrow
- itemFramesActivatePressurePlates
- kelpBlockHardness
Expand Down Expand Up @@ -104,6 +103,7 @@ Count: 97
- unpackableWool
- villagersAlwaysConvert
- villagersDropEmeralds
- waterInNether
- woodcutting
- zeroTickPlants
- zombifiedPiglinsSpawningInPortals
2 changes: 1 addition & 1 deletion markdown/modrinth.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Count: 97
- foodInstantHeal
- gravelCrushing
- honeyCombStickiness
- infiniteLavaSources
- infinityNeedsArrow
- itemFramesActivatePressurePlates
- kelpBlockHardness
Expand Down Expand Up @@ -102,6 +101,7 @@ Count: 97
- unpackableWool
- villagersAlwaysConvert
- villagersDropEmeralds
- waterInNether
- woodcutting
- zeroTickPlants
- zombifiedPiglinsSpawningInPortals

0 comments on commit a1a8140

Please sign in to comment.