Lamps, fans and AIR RAID SIRENS
This commit is contained in:
parent
99eab1b9ca
commit
ee51f94613
53 changed files with 403 additions and 33 deletions
|
@ -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());
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue