Remove spam in GregTech_API.registerCover
This commit is contained in:
parent
2b80c158bc
commit
a6b4cfa3f4
1 changed files with 0 additions and 1 deletions
|
@ -373,7 +373,6 @@ public class GregTech_API {
|
|||
GT_ItemStack stack = new GT_ItemStack(aStack);
|
||||
int coverId = stack.hashCode();
|
||||
sCoverItems.put(stack, coverId);
|
||||
System.out.println();
|
||||
sCovers.put(coverId, aCover == null || !aCover.isValidTexture() ? Textures.BlockIcons.ERROR_RENDERING[0] : aCover);
|
||||
if (aBehavior != null) sCoverBehaviors.put(coverId, aBehavior);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue