This commit is contained in:
modmuss50 2020-02-12 18:36:01 +00:00
parent b0d3b3b77d
commit dffec285b2
11 changed files with 26 additions and 18 deletions

View file

@ -106,4 +106,9 @@ public enum TRArmorMaterials implements ArmorMaterial {
public float getToughness() {
return toughness;
}
@Override
public float method_24355() {
return 0; //Knockback resitance
}
}