Update common/buildcraft/builders/ItemBptBase.java
Shows templates and blueprints in creative inventory.
This commit is contained in:
parent
0479fab15d
commit
1f9e6f6303
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ public abstract class ItemBptBase extends ItemBuildCraft {
|
|||
|
||||
maxStackSize = 1;
|
||||
iconIndex = 5 * 16 + 0;
|
||||
this.setTabToDisplayOn(CreativeTabs.tabMisc);
|
||||
}
|
||||
|
||||
@SuppressWarnings({ "all" })
|
||||
|
|
Loading…
Add table
Reference in a new issue