Lamps, fans and AIR RAID SIRENS

This commit is contained in:
Andrew-71 2023-07-14 19:47:44 +03:00
parent 99eab1b9ca
commit ee51f94613
53 changed files with 403 additions and 33 deletions

View file

@ -12,5 +12,8 @@ public class NewSovietClient implements ClientModInitializer {
@Override
public void onInitializeClient() {
BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.CRATE, RenderLayer.getCutout());
BlockRenderLayerMap.INSTANCE.putBlock(NSE_Custom.LAMP, RenderLayer.getCutout());
BlockRenderLayerMap.INSTANCE.putBlock(NSE_Custom.CEILING_FAN, RenderLayer.getCutout());
BlockRenderLayerMap.INSTANCE.putBlock(NSE_Custom.SIREN, RenderLayer.getCutout());
}
}