Posted November 17, 201410 yr Hello. I would like to have a block that is fully illuminated, but does not produce light itself. I have looked at using ISimpleBlockRenderingHandler as one possible solution, but I am not sure how to get that working, as my custom render code does not seem to get called. Is anybody able to give me any pointers, or maybe a different solution? My mods: http://www.curse.com/mc-mods/minecraft/225548-greenscreen http://mods.curse.com/mc-mods/minecraft/238981-cash-craft
November 17, 201410 yr as my custom render code does not seem to get called. Did you register it? Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
November 17, 201410 yr Hi An ISimpleBlockRenderingHandler will do fine if you register it correctly. If you tried it but it didn't work, show us some code? This link shows the important steps http://greyminecraftcoder.blogspot.com.au/2013/07/block-rendering.html This link might help to understand lighting... http://greyminecraftcoder.blogspot.com.au/2013/08/lighting.html -TGG
November 17, 201410 yr Author Hehehe, seems like I commented out the call to my render initialize function for some reason, and forgot to uncomment it. Thanks for the help - I may not have noticed that otherwise. My mods: http://www.curse.com/mc-mods/minecraft/225548-greenscreen http://mods.curse.com/mc-mods/minecraft/238981-cash-craft
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.