Added Stalinium Cache block to creative mode tab and implemented associated blockstate and textures.
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user