mirror of
https://github.com/Samsuik/Sakura.git
synced 2025-12-27 10:49:06 +00:00
Add outline collision to enderpearls
This commit is contained in:
@@ -645,10 +645,10 @@ index 0000000000000000000000000000000000000000..04dc81634277d05894076a2cafde60ca
|
||||
+}
|
||||
diff --git a/src/main/java/me/samsuik/sakura/configuration/WorldConfiguration.java b/src/main/java/me/samsuik/sakura/configuration/WorldConfiguration.java
|
||||
new file mode 100644
|
||||
index 0000000000000000000000000000000000000000..9f3bfd0394f2aa2033ec9affb22b7e2a3732dc5a
|
||||
index 0000000000000000000000000000000000000000..b842875145a5a7659309256cfb8b275dee82d532
|
||||
--- /dev/null
|
||||
+++ b/src/main/java/me/samsuik/sakura/configuration/WorldConfiguration.java
|
||||
@@ -0,0 +1,184 @@
|
||||
@@ -0,0 +1,189 @@
|
||||
+package me.samsuik.sakura.configuration;
|
||||
+
|
||||
+import com.mojang.logging.LogUtils;
|
||||
@@ -819,6 +819,11 @@ index 0000000000000000000000000000000000000000..9f3bfd0394f2aa2033ec9affb22b7e2a
|
||||
+ public double verticalSpeed = 1.0;
|
||||
+ public boolean allowBreakingInsideEntities = false;
|
||||
+ }
|
||||
+
|
||||
+ public EnderPearl enderPearl = new EnderPearl();
|
||||
+ public class EnderPearl extends ConfigurationPart {
|
||||
+ public boolean useOutlineForCollision = false;
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
+ public Environment environment;
|
||||
|
||||
Reference in New Issue
Block a user