This commit is contained in:
Bob 2022-12-18 22:27:40 +01:00
parent 1ff0379d97
commit 3fe042180b

View File

@ -50,7 +50,6 @@ public interface IRepairable {
if(!tank.isDamaged()) return false;
List<AStack> list = new ArrayList();
list.add(new ComparableStack(ModItems.plate_steel, 8));
if(InventoryUtil.doesPlayerHaveAStacks(player, list, true)) {
if(!world.isRemote) tank.repair();
return true;