Fix tritanium pressure plates being missing from creative menu
This commit is contained in:
parent
610e10c9ad
commit
01caf1d85b
@ -105,6 +105,7 @@ internal fun addMainCreativeTabItems(consumer: CreativeModeTab.Output) {
|
|||||||
|
|
||||||
base(MItems.TRITANIUM_DOOR)
|
base(MItems.TRITANIUM_DOOR)
|
||||||
base(MItems.TRITANIUM_TRAPDOOR)
|
base(MItems.TRITANIUM_TRAPDOOR)
|
||||||
|
accept(MRegistry.TRITANIUM_PRESSURE_PLATE.item)
|
||||||
|
|
||||||
accept(MItems.MATTER_DUST)
|
accept(MItems.MATTER_DUST)
|
||||||
|
|
||||||
@ -168,6 +169,7 @@ internal fun addDecorativeTabItems(consumer: CreativeModeTab.Output) {
|
|||||||
|
|
||||||
colored(MItems.TRITANIUM_DOOR)
|
colored(MItems.TRITANIUM_DOOR)
|
||||||
colored(MItems.TRITANIUM_TRAPDOOR)
|
colored(MItems.TRITANIUM_TRAPDOOR)
|
||||||
|
accept(MRegistry.TRITANIUM_PRESSURE_PLATE.items.values)
|
||||||
|
|
||||||
colored(MRegistry.CARGO_CRATES.items)
|
colored(MRegistry.CARGO_CRATES.items)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user