mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Added Black Lotus to Creative Tab
This commit is contained in:
parent
211d739445
commit
d34d2040e7
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ public class CreativeTab extends CreativeTabs{
|
||||||
add(InitBlocks.blockLampPowerer);
|
add(InitBlocks.blockLampPowerer);
|
||||||
add(InitBlocks.blockTreasureChest);
|
add(InitBlocks.blockTreasureChest);
|
||||||
|
|
||||||
|
add(InitBlocks.blockBlackLotus);
|
||||||
|
|
||||||
add(InitItems.itemLaserWrench);
|
add(InitItems.itemLaserWrench);
|
||||||
add(InitItems.itemChestToCrateUpgrade);
|
add(InitItems.itemChestToCrateUpgrade);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue