1.16
This commit is contained in:
parent
b0d3b3b77d
commit
dffec285b2
11 changed files with 26 additions and 18 deletions
|
@ -106,4 +106,9 @@ public enum TRArmorMaterials implements ArmorMaterial {
|
|||
public float getToughness() {
|
||||
return toughness;
|
||||
}
|
||||
|
||||
@Override
|
||||
public float method_24355() {
|
||||
return 0; //Knockback resitance
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue