minor changes to facing stuff casino and structure placement

This commit is contained in:
2026-03-02 18:10:08 +01:00
parent f1bcd82fb9
commit 0165f5a2ce
7 changed files with 108 additions and 3 deletions

View File

@@ -305,6 +305,38 @@ public class SzarClient implements ClientModInitializer {
Szar.CANNABIS_BLOCK,
RenderLayer.getCutout()
);
BlockRenderLayerMap.INSTANCE.putBlock(
ROULETTE_BLOCK,
RenderLayer.getCutout()
);
BlockRenderLayerMap.INSTANCE.putBlock(
SLOT_MACHINE_BLOCK,
RenderLayer.getCutout()
);
BlockRenderLayerMap.INSTANCE.putBlock(
C_BLOCK,
RenderLayer.getCutout()
);
BlockRenderLayerMap.INSTANCE.putBlock(
A_BLOCK,
RenderLayer.getCutout()
);
BlockRenderLayerMap.INSTANCE.putBlock(
S_BLOCK,
RenderLayer.getCutout()
);
BlockRenderLayerMap.INSTANCE.putBlock(
I_BLOCK,
RenderLayer.getCutout()
);
BlockRenderLayerMap.INSTANCE.putBlock(
N_BLOCK,
RenderLayer.getCutout()
);
BlockRenderLayerMap.INSTANCE.putBlock(
O_BLOCK,
RenderLayer.getCutout()
);
HudRenderCallback.EVENT.register((drawContext, tickDelta) -> {
MinecraftClient client = MinecraftClient.getInstance();