Posted February 12, 20205 yr Hello I can place my new tulip on grass-ground and in a pot. But it appears in a black square. That means, the transparent area around the actual plant in the squared texture appears black. The item looks correct. How to i fix this?
February 12, 20205 yr RenderTypeLookup.setRenderLayer(<YOUR BLOCK>, RenderType.func_228643_e_()); in your FMLClientSetupEvent or if you have updated your mappings, RenderType.cutout() I had the same problem with a custom crop and found the answer around here somewhere with google. Edited February 12, 20205 yr by Ugdhar oops, meant client!
February 12, 20205 yr Author looks like i need such a code-line for each normal tulip, and for the potted version of each one.
February 12, 20205 yr 5 minutes ago, Drachenbauer said: looks like i need such a code-line for each normal tulip, and for the potted version of each one. I have had to use it for any block that wasn't just a square so far, a flower, a crop, and a sapling I think I've come across so far If you update your mappings the RenderTypes have more useful names. Edited February 12, 20205 yr by Ugdhar
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.