Skip to content

Commit

Permalink
Deleted farmable clay rule
Browse files Browse the repository at this point in the history
  • Loading branch information
RLLD576 committed Sep 12, 2023
1 parent dd44c5b commit ead7bc6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
2 changes: 0 additions & 2 deletions src/main/java/net/rober/robercarpet/RoberCarpetSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import carpet.settings.Rule;

public class RoberCarpetSettings {
@Rule(desc="Lets dispensers convert dirt into clay with water bottles. Does nothing in 1.19+", category = {"dispenser", "rober"})
public static boolean FarmableClay = false;

@Rule(desc="Sets the game-ticks of delay when you sleep in a bed (Vanilla is 100)",category = "rober")
public static int SleepingDelay = 100;
Expand Down
45 changes: 0 additions & 45 deletions src/main/java/net/rober/robercarpet/mixin/FarmableClayMixin.java

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/robercarpet.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"package": "net.rober.robercarpet.mixin",
"compatibilityLevel": "JAVA_16",
"mixins": [
"FarmableClayMixin",
"SleepingDelayMixin",
"ThunderWarnMixin"
],
Expand Down

0 comments on commit ead7bc6

Please sign in to comment.