"Add Stalinium tools and armor to creative mode tab"

Signed-off-by: IM23a-cernik <cernik@bzz.ch>
This commit is contained in:
IM23a-cernik
2025-05-28 11:48:52 +02:00
parent 8bcc7e4d57
commit cc8c4167c4
@@ -28,8 +28,13 @@ public class ModCreativeModeTabs {
output.accept(ModBlocks.STALINIUM_PRESS.get());
output.accept(ModItems.STALINIUM_SWORD.get());
output.accept(ModItems.STALINIUM_AXE.get());
output.accept(ModItems.STALINIUM_PICKAXE.get());
output.accept(ModItems.STALINIUM_SHOVEL.get());
output.accept(ModItems.STALINIUM_HOE.get());
output.accept(ModItems.STALINIUM_HELMET.get());
output.accept(ModItems.STALINIUM_CHESTPLATE.get());
output.accept(ModItems.STALINIUM_LEGGINGS.get());
output.accept(ModItems.STALINIUM_BOOTS.get());
}).build());
public static void register(IEventBus eventBus) {