mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
shut up
This commit is contained in:
parent
1ff0379d97
commit
3fe042180b
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user