mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-22 10:57:43 +01:00
Big dripleaf tilt delay
This commit is contained in:
@@ -288,10 +288,10 @@ index 0000000000000000000000000000000000000000..d0d87fcca78ea5c7853d693bc617c2bd
|
||||
+}
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
new file mode 100644
|
||||
index 0000000000000000000000000000000000000000..15472bf9cfd279b1873f7a20c250a2c089debad1
|
||||
index 0000000000000000000000000000000000000000..683ee20f08eac69238bea33021e35b1838c44a8b
|
||||
--- /dev/null
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
@@ -0,0 +1,94 @@
|
||||
@@ -0,0 +1,95 @@
|
||||
+package net.pl3x.purpur;
|
||||
+
|
||||
+import net.minecraft.core.Registry;
|
||||
@@ -304,6 +304,7 @@ index 0000000000000000000000000000000000000000..15472bf9cfd279b1873f7a20c250a2c0
|
||||
+import net.minecraft.world.level.Explosion;
|
||||
+import net.minecraft.world.level.block.Block;
|
||||
+import net.minecraft.world.level.block.Blocks;
|
||||
+import net.minecraft.world.level.block.state.properties.Tilt;
|
||||
+import net.pl3x.purpur.tool.Strippable;
|
||||
+import net.pl3x.purpur.tool.Tillable;
|
||||
+import net.pl3x.purpur.tool.Waxable;
|
||||
|
||||
Reference in New Issue
Block a user