Various fixes and changes, see CHANGELOG

This commit is contained in:
Andrew-71 2023-10-19 20:59:58 +03:00
parent 24e07523da
commit 55724bb0a2
140 changed files with 1074 additions and 3141 deletions

View file

@ -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());