Update common/buildcraft/builders/ItemBptBase.java

Shows templates and blueprints in creative inventory.
This commit is contained in:
Kubuxu 2012-09-16 11:17:43 +03:00
parent 0479fab15d
commit 1f9e6f6303

View file

@ -26,6 +26,7 @@ public abstract class ItemBptBase extends ItemBuildCraft {
maxStackSize = 1;
iconIndex = 5 * 16 + 0;
this.setTabToDisplayOn(CreativeTabs.tabMisc);
}
@SuppressWarnings({ "all" })