MOD_ID, "textures/block/gun_smith_table.png"); private static @Nullable BedrockModel MODEL; public GunSmithTableRenderer(BlockEntityRendererProvider.Context context) { if (MODEL != null) { return; } try (InputStream stream = Minecraft.getInstance().getResourceManager().getResource(MODEL_LOCATION)...
minecraft.client.player.LocalPlayer; @@ -32,7 +34,7 @@ import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod; import javax.annotation.Nullable; import javax.annotation.Nonnull; import java.util.List; import static net.minecraft.client.renderer.block.mo...