Various fixes and changes, see CHANGELOG
This commit is contained in:
parent
24e07523da
commit
55724bb0a2
140 changed files with 1074 additions and 3141 deletions
|
@ -41,6 +41,8 @@ public class NewSovietClient implements ClientModInitializer {
|
|||
|
||||
// BlockEntityRendererRegistry.register(NSE_Custom.TV_BLOCK_ENTITY, TVBlockEntityRenderer::new);
|
||||
BlockRenderLayerMap.INSTANCE.putBlock(NSE_Custom.TV, RenderLayer.getCutout());
|
||||
BlockRenderLayerMap.INSTANCE.putBlock(NSE_Custom.RED_TV, RenderLayer.getCutout());
|
||||
BlockRenderLayerMap.INSTANCE.putBlock(NSE_Custom.BROWN_TV, RenderLayer.getCutout());
|
||||
|
||||
BlockRenderLayerMap.INSTANCE.putBlock(NSE_Custom.RADIO_RECEIVER, RenderLayer.getCutout());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue