9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-28 11:29:12 +00:00

Configurable item damage check and good shear behavior (#559)

This commit is contained in:
violetc
2025-07-01 00:20:49 +08:00
parent e1c21d3f28
commit 550dba491b
3 changed files with 33 additions and 6 deletions

View File

@@ -348,6 +348,9 @@ public final class LeavesConfig {
}
}
}
@GlobalConfig("disable-item-damage-check")
public boolean disableItemDamageCheck = false;
}
public ElytraAeronauticsConfig elytraAeronautics = new ElytraAeronauticsConfig();