修正nbt名称
This commit is contained in:
parent
6f37245c3e
commit
79171ecf75
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public class ArmorPlate extends Item {
|
|||
armorLevel = 2;
|
||||
}
|
||||
|
||||
if (armor.getOrCreateTag().getDouble("armorPlate") < armorLevel * 30) {
|
||||
if (armor.getOrCreateTag().getDouble("ArmorPlate") < armorLevel * 30) {
|
||||
playerIn.startUsingItem(handIn);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue