Advertisement
Guest User

Untitled

a guest
Oct 13th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public void clientSetup(FMLClientSetupEvent clientSetupEvent) {
  2. synchronized (clientSetupEvent) {
  3. RenderType rendertype1 = RenderType.getCutout();
  4.  
  5. RenderTypeLookup.setRenderLayer(BlockList.ARCANE_CRYSTAL_BLOCK.get(), rendertype1);
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement