Posted October 11, 20168 yr Hello, I'm sorry I'm noob at modding, after a few hours to search not encrontrei someone with the same problem, I have a IBakedModel that when a block is placed on the side, the opposite is incredibly dark (ignoring lighting), I do not know WHAT am I doing wrong, please who know what it is tell me. Class IBakedModel: http://pastebin.com/hf8atqht edit: if the block next to is one that emits light, the guy gets brightness without passing light. obs: Sorry, my English is horrible.
October 11, 20168 yr Author Try returning true for isAmbientOcclusion(). isAmbientOclusion helped, but some parts of the face becomes dark, when with a block on the side, it is not entirely just gets more shading, I'm still looking for help.
October 11, 20168 yr Try setting Block#useNeighborBrightness to true in your Block constructor. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
October 12, 20168 yr Author Try setting Block#useNeighborBrightness to true in your Block constructor. Using the same block seems to work,, but if you use another block as the land beside it still makes dark.
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.