mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
Added spawner changer to creative tab
This commit is contained in:
parent
e693486544
commit
028accdf3e
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ public class CreativeTab extends CreativeTabs{
|
|||
this.add(InitItems.itemLaserWrench);
|
||||
this.add(InitItems.itemCrateKeeper);
|
||||
this.add(InitItems.itemChestToCrateUpgrade);
|
||||
this.add(InitItems.itemSpawnerChanger);
|
||||
|
||||
this.add(InitItems.itemDrill);
|
||||
this.add(InitItems.itemDrillUpgradeSpeed);
|
||||
|
|
Loading…
Reference in a new issue