Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed Jun 28, 2022
1 parent 8ab74c2 commit 07447fa
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 41 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Extension Mod for [gnembon's fabric-carpet](https://github.com/gnembon/fabric-ca
- [`FEATURE`](markdown/FEATURE_Category.md)
- [`RENEWABLE`](markdown/RENEWABLE_Category.md)
- [`SURVIVAL`](markdown/SURVIVAL_Category.md)
- [`TNT`](markdown/TNT_Category.md)

## Index
Count: 96
Expand Down Expand Up @@ -62,7 +63,6 @@ Count: 96
- [craftableNameTags](#craftablenametags)
- [craftableNotchApple](#craftablenotchapple)
- [craftableTuff](#craftabletuff)
- [deepslateGeneration](#deepslategeneration)
- [dragonDrops](#dragondrops)
- [dragonEggConvertsCobbleToEndstone](#dragoneggconvertscobbletoendstone)
- [dragonXpDrop](#dragonxpdrop)
Expand Down Expand Up @@ -103,6 +103,7 @@ Count: 96
- [powderToGlassSmelting](#powdertoglasssmelting)
- [reachDistance](#reachdistance)
- [redstoneLampTurnOffDelay](#redstonelampturnoffdelay)
- [sculkBlocksAlwaysDropXp](#sculkblocksalwaysdropxp)
- [shapelessCrafting](#shapelesscrafting)
- [silenceMobs](#silencemobs)
- [silkTouchBuddingAmethysts](#silktouchbuddingamethysts)
Expand Down Expand Up @@ -372,13 +373,6 @@ Expect a lag spike when changing the value
- Required options: `true`, `false`
- Categories: `CRAFTING`, `RENEWABLE`, `RUG`, `SURVIVAL`

### deepslateGeneration
Cobblestone and stone generation is replaced with cobbled deepslate and deepslate under y-level 0
- Type: `boolean`
- Default value: `false`
- Required options: `true`, `false`
- Categories: `EXPERIMENTAL`, `RENEWABLE`, `RUG`, `SURVIVAL`

### dragonDrops
Ender Dragon drops selected item(s) when killed
- Type: `String`
Expand Down Expand Up @@ -446,7 +440,7 @@ Expect a lag spike when changing the value
### easyHarvesting
Right clicking on fully grown crops harvests and immediately replants it

Works on: Wheat, Potatoes, Carrots, Beetroots, Nether Warts and Cocoa Beans
Works on all crops, nether warts, cocoa beans, sugarcane, cacti, bamboo, kelp and twisting, weeping and cave vines
- Type: `String`
- Default value: `off`
- Required options: `off`, `normal`, `require_hoe`
Expand Down Expand Up @@ -736,6 +730,15 @@ Delay in game ticks for Redstone Lamps to turn off
- Additional notes:
- You must choose a value from 0 to 8

### sculkBlocksAlwaysDropXp
Sculk blocks always drop XP when destroyed

Allows for fully automatic XP farms without a wither
- Type: `boolean`
- Default value: `false`
- Required options: `true`, `false`
- Categories: `RUG`, `SURVIVAL`, `TNT`

### shapelessCrafting
Bread, Paper and Shulker Boxes can be crafted in a 2x2 field

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 @@ org.gradle.jvmargs=-Xmx4G
carpet_core_version=1.4.79+v220607

# Mod Properties
mod_version = 1.3.2
mod_version = 1.3.3
maven_group = de.rubixdev.rug
archives_base_name = rug

Expand Down
12 changes: 2 additions & 10 deletions markdown/EXPERIMENTAL_Category.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

For a list of all implemented Rules go [here](../README.md)
## Index
Count: 30
Count: 29
- [anvilledBlueIce](#anvilledblueice)
- [anvilledIce](#anvilledice)
- [anvilledPackedIce](#anvilledpackedice)
- [basaltToBlackstoneConversion](#basalttoblackstoneconversion)
- [campSleeping](#campsleeping)
- [concreteMixing](#concretemixing)
- [deepslateGeneration](#deepslategeneration)
- [dragonEggConvertsCobbleToEndstone](#dragoneggconvertscobbletoendstone)
- [dragonXpDrop](#dragonxpdrop)
- [easyHarvesting](#easyharvesting)
Expand Down Expand Up @@ -89,13 +88,6 @@ In combination with cobbleCrushing and gravelCrushing allows for an automatic Co
- Required options: `true`, `false`
- Categories: `EXPERIMENTAL`, `FEATURE`, `RUG`, `SURVIVAL`

### deepslateGeneration
Cobblestone and stone generation is replaced with cobbled deepslate and deepslate under y-level 0
- Type: `boolean`
- Default value: `false`
- Required options: `true`, `false`
- Categories: `EXPERIMENTAL`, `RENEWABLE`, `RUG`, `SURVIVAL`

### dragonEggConvertsCobbleToEndstone
Dragon Eggs will convert Cobble under them to Endstone either on set event
- Type: `String`
Expand All @@ -116,7 +108,7 @@ Amount of XP dropped by later Dragons. The first Dragon always drops 12000
### easyHarvesting
Right clicking on fully grown crops harvests and immediately replants it

Works on: Wheat, Potatoes, Carrots, Beetroots, Nether Warts and Cocoa Beans
Works on all crops, nether warts, cocoa beans, sugarcane, cacti, bamboo, kelp and twisting, weeping and cave vines
- Type: `String`
- Default value: `off`
- Required options: `off`, `normal`, `require_hoe`
Expand Down
2 changes: 1 addition & 1 deletion markdown/FEATURE_Category.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Dragon Eggs will convert Cobble under them to Endstone either on set event
### easyHarvesting
Right clicking on fully grown crops harvests and immediately replants it

Works on: Wheat, Potatoes, Carrots, Beetroots, Nether Warts and Cocoa Beans
Works on all crops, nether warts, cocoa beans, sugarcane, cacti, bamboo, kelp and twisting, weeping and cave vines
- Type: `String`
- Default value: `off`
- Required options: `off`, `normal`, `require_hoe`
Expand Down
10 changes: 1 addition & 9 deletions markdown/RENEWABLE_Category.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@

For a list of all implemented Rules go [here](../README.md)
## Index
Count: 13
Count: 12
- [basaltToBlackstoneConversion](#basalttoblackstoneconversion)
- [basaltToLavaConversion](#basalttolavaconversion)
- [cobbleCrushing](#cobblecrushing)
- [craftableCobwebs](#craftablecobwebs)
- [craftableHorseArmor](#craftablehorsearmor)
- [craftableNotchApple](#craftablenotchapple)
- [craftableTuff](#craftabletuff)
- [deepslateGeneration](#deepslategeneration)
- [dragonDrops](#dragondrops)
- [dragonEggConvertsCobbleToEndstone](#dragoneggconvertscobbletoendstone)
- [gravelCrushing](#gravelcrushing)
Expand Down Expand Up @@ -78,13 +77,6 @@ Expect a lag spike when changing the value
- Required options: `true`, `false`
- Categories: `CRAFTING`, `RENEWABLE`, `RUG`, `SURVIVAL`

### deepslateGeneration
Cobblestone and stone generation is replaced with cobbled deepslate and deepslate under y-level 0
- Type: `boolean`
- Default value: `false`
- Required options: `true`, `false`
- Categories: `EXPERIMENTAL`, `RENEWABLE`, `RUG`, `SURVIVAL`

### dragonDrops
Ender Dragon drops selected item(s) when killed
- Type: `String`
Expand Down
20 changes: 11 additions & 9 deletions markdown/SURVIVAL_Category.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Count: 70
- [craftableNameTags](#craftablenametags)
- [craftableNotchApple](#craftablenotchapple)
- [craftableTuff](#craftabletuff)
- [deepslateGeneration](#deepslategeneration)
- [dragonDrops](#dragondrops)
- [dragonXpDrop](#dragonxpdrop)
- [easyBlueIceCrafting](#easyblueicecrafting)
Expand Down Expand Up @@ -50,6 +49,7 @@ Count: 70
- [peacefulHunger](#peacefulhunger)
- [playerHeadDrops](#playerheaddrops)
- [powderToGlassSmelting](#powdertoglasssmelting)
- [sculkBlocksAlwaysDropXp](#sculkblocksalwaysdropxp)
- [shapelessCrafting](#shapelesscrafting)
- [silenceMobs](#silencemobs)
- [silkTouchBuddingAmethysts](#silktouchbuddingamethysts)
Expand Down Expand Up @@ -227,13 +227,6 @@ Expect a lag spike when changing the value
- Required options: `true`, `false`
- Categories: `CRAFTING`, `RENEWABLE`, `RUG`, `SURVIVAL`

### deepslateGeneration
Cobblestone and stone generation is replaced with cobbled deepslate and deepslate under y-level 0
- Type: `boolean`
- Default value: `false`
- Required options: `true`, `false`
- Categories: `EXPERIMENTAL`, `RENEWABLE`, `RUG`, `SURVIVAL`

### dragonDrops
Ender Dragon drops selected item(s) when killed
- Type: `String`
Expand Down Expand Up @@ -294,7 +287,7 @@ Expect a lag spike when changing the value
### easyHarvesting
Right clicking on fully grown crops harvests and immediately replants it

Works on: Wheat, Potatoes, Carrots, Beetroots, Nether Warts and Cocoa Beans
Works on all crops, nether warts, cocoa beans, sugarcane, cacti, bamboo, kelp and twisting, weeping and cave vines
- Type: `String`
- Default value: `off`
- Required options: `off`, `normal`, `require_hoe`
Expand Down Expand Up @@ -491,6 +484,15 @@ Expect a lag spike when changing the value
- Additional notes:
- Idea from [VanillaTweaks](https://vanillatweaks.net/picker/crafting-tweaks/)

### sculkBlocksAlwaysDropXp
Sculk blocks always drop XP when destroyed

Allows for fully automatic XP farms without a wither
- Type: `boolean`
- Default value: `false`
- Required options: `true`, `false`
- Categories: `RUG`, `SURVIVAL`, `TNT`

### shapelessCrafting
Bread, Paper and Shulker Boxes can be crafted in a 2x2 field

Expand Down
17 changes: 17 additions & 0 deletions markdown/TNT_Category.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# List of Rules in the TNT Category

For a list of all implemented Rules go [here](../README.md)
## Index
Count: 1
- [sculkBlocksAlwaysDropXp](#sculkblocksalwaysdropxp)

## Rules in TNT Category

### sculkBlocksAlwaysDropXp
Sculk blocks always drop XP when destroyed

Allows for fully automatic XP farms without a wither
- Type: `boolean`
- Default value: `false`
- Required options: `true`, `false`
- Categories: `RUG`, `SURVIVAL`, `TNT`
2 changes: 1 addition & 1 deletion markdown/curseforge.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Count: 96
- craftableNameTags
- craftableNotchApple
- craftableTuff
- deepslateGeneration
- dragonDrops
- dragonEggConvertsCobbleToEndstone
- dragonXpDrop
Expand Down Expand Up @@ -79,6 +78,7 @@ Count: 96
- powderToGlassSmelting
- reachDistance
- redstoneLampTurnOffDelay
- sculkBlocksAlwaysDropXp
- shapelessCrafting
- silenceMobs
- silkTouchBuddingAmethysts
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rubixdev/rug/RugServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
import org.apache.logging.log4j.Logger;

public class RugServer implements CarpetExtension, ModInitializer {
public static final String VERSION = "1.3.2";
public static final String VERSION = "1.3.3";
public static final Logger LOGGER = LogManager.getLogger("Rug");

private static MinecraftServer minecraftServer;
Expand Down

0 comments on commit 07447fa

Please sign in to comment.