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_LEGGINGS.get());
output.accept(ModItems.STALINIUM_BOOTS.get()); output.accept(ModItems.STALINIUM_BOOTS.get());
output.accept(ModItems.STALINIUM_SMITHING_TEMPLATE.get()); output.accept(ModItems.STALINIUM_SMITHING_TEMPLATE.get());
output.accept(ModBlocks.STALINIUM_CACHE.get());
}).build()); }).build());
public static void register(IEventBus eventBus) { public static void register(IEventBus eventBus) {
@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "stalinium:block/stalinium_cache" }
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B