Added Stalinium Cache block to creative mode tab and implemented associated blockstate and textures.

This commit is contained in:
IM23a-spirgif
2025-06-10 19:21:17 +02:00
parent 034a8fe942
commit b83d518861
7 changed files with 6 additions and 0 deletions
@@ -36,6 +36,7 @@ public class ModCreativeModeTabs {
output.accept(ModItems.STALINIUM_LEGGINGS.get());
output.accept(ModItems.STALINIUM_BOOTS.get());
output.accept(ModItems.STALINIUM_SMITHING_TEMPLATE.get());
output.accept(ModBlocks.STALINIUM_CACHE.get());
}).build());
public static void register(IEventBus eventBus) {