Texture readd, classes unaltered and debug message removed

This commit is contained in:
Dimmerworld 2017-10-06 23:51:00 +11:00 committed by drcrazy
parent 4307cb8258
commit 8a5df0fc4b
6 changed files with 52 additions and 20 deletions

View file

@ -108,7 +108,6 @@ public class BlockSolarPanel extends BaseTileBlock {
public void getSubBlocks(CreativeTabs tab, NonNullList<ItemStack> list) {
for (EnumPanelType panelType : EnumPanelType.values()) {
list.add(new ItemStack(this, 1, panelType.ordinal()));
System.out.println((new ItemStack(this, 1, panelType.ordinal())) + "daad");
}