Texture readd, classes unaltered and debug message removed
This commit is contained in:
parent
4307cb8258
commit
8a5df0fc4b
6 changed files with 52 additions and 20 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue