mirror of
https://github.com/Samsuik/Sakura.git
synced 2026-01-03 14:12:23 +00:00
more work
This commit is contained in:
@@ -647,10 +647,10 @@ index 0000000000000000000000000000000000000000..dd5a70f70c2e7bdc30b8f5655b0b7a08
|
||||
+}
|
||||
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..a656fcd86c66748bd0caeab54d5541c83bdd89a5
|
||||
index 0000000000000000000000000000000000000000..bf81412925a691c3db06f54f06960ad0a37c92bf
|
||||
--- /dev/null
|
||||
+++ b/src/main/java/me/samsuik/sakura/configuration/WorldConfiguration.java
|
||||
@@ -0,0 +1,212 @@
|
||||
@@ -0,0 +1,213 @@
|
||||
+package me.samsuik.sakura.configuration;
|
||||
+
|
||||
+import com.mojang.logging.LogUtils;
|
||||
@@ -777,8 +777,9 @@ index 0000000000000000000000000000000000000000..a656fcd86c66748bd0caeab54d5541c8
|
||||
+ public class Combat extends ConfigurationPart {
|
||||
+ public boolean legacyCombatMechanics = false;
|
||||
+ public boolean allowSweepAttacks = true;
|
||||
+ public boolean oldBlockingDamageReduction = false;
|
||||
+ public boolean shieldDamageReduction = false;
|
||||
+ public boolean oldEnchantedGoldenApple = false;
|
||||
+ public boolean fastHealthRegen = true;
|
||||
+ }
|
||||
+
|
||||
+ public Knockback knockback = new Knockback();
|
||||
|
||||
Reference in New Issue
Block a user