Add industrial ladder to creative menu, rearrange items in decorative tab
This commit is contained in:
parent
aedd545a39
commit
2f1b698810
@ -326,10 +326,6 @@ private fun addDecorativeTabItems(consumer: CreativeModeTab.Output) {
|
||||
accept(MItems.METAL_BEAM_CENTER)
|
||||
accept(MItems.ENGINE)
|
||||
|
||||
accept(MItems.TRITANIUM_STRIPED_BLOCK.values)
|
||||
accept(MItems.TRITANIUM_STRIPED_STAIRS.values)
|
||||
accept(MItems.TRITANIUM_STRIPED_SLAB.values)
|
||||
accept(MItems.TRITANIUM_STRIPED_WALL.values)
|
||||
accept(MItems.CARBON_FIBRE_BLOCK)
|
||||
accept(MItems.METAL_JUNK)
|
||||
accept(MItems.METAL_MESH)
|
||||
@ -338,6 +334,13 @@ private fun addDecorativeTabItems(consumer: CreativeModeTab.Output) {
|
||||
accept(MItems.TRITANIUM_BARS)
|
||||
accept(MItems.METAL_RAILING)
|
||||
|
||||
accept(MItems.INDUSTRIAL_LADDER)
|
||||
|
||||
accept(MItems.TRITANIUM_STRIPED_BLOCK.values)
|
||||
accept(MItems.TRITANIUM_STRIPED_STAIRS.values)
|
||||
accept(MItems.TRITANIUM_STRIPED_SLAB.values)
|
||||
accept(MItems.TRITANIUM_STRIPED_WALL.values)
|
||||
|
||||
colored(MItems.TRITANIUM_DOOR)
|
||||
colored(MItems.TRITANIUM_TRAPDOOR)
|
||||
accept(MRegistry.TRITANIUM_PRESSURE_PLATE.items.values)
|
||||
|
Loading…
Reference in New Issue
Block a user