Skip to content

Commit

Permalink
yeet renewableLava
Browse files Browse the repository at this point in the history
  • Loading branch information
gnembon committed Feb 22, 2022
1 parent 8c3e5f9 commit ee2c980
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 83 deletions.
7 changes: 0 additions & 7 deletions src/main/java/carpetextra/CarpetExtraSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,6 @@ public Integer validate(ServerCommandSource source, ParsedRule<Integer> currentR
@Rule(desc = "Disables player entity collision.", category = {EXTRA, CREATIVE, EXPERIMENTAL})
public static boolean disablePlayerCollision = false;

@Rule(
desc = "Obsidian surrounded by 6 lava sources has a chance of converting to lava.",
category = {EXTRA, EXPERIMENTAL, FEATURE},
extra = "Credits: Skyrising"
)
public static boolean renewableLava = false;

@Rule(
desc = "Re-adds 1.8 double retraction to pistons.",
category = {EXTRA, EXPERIMENTAL},
Expand Down
43 changes: 0 additions & 43 deletions src/main/java/carpetextra/helpers/ObsidianBlock.java

This file was deleted.

32 changes: 0 additions & 32 deletions src/main/java/carpetextra/mixins/BlocksMixin.java

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/carpet-extra.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"HopperBlock_syncMixin",
"SaplingBlock_syncMixin",
"SugarCaneBlock_syncMixin",
"BlocksMixin",
"ChunkGeneratorMixin",
"FallingBlockMixin",
"ChickenEntityMixin",
Expand Down

0 comments on commit ee2c980

Please sign in to comment.