Posted June 24, 201510 yr Hi, I want to create a non-full block that has to be placed under water. If I use a custom rendered block (like fences), it will fill the remaining block space with air instead of water. Now I want the empty block space to be filled with water instead of air. Is this possible and how do I signal minecraft to fill the empty block space with water? If this isn't possible, what is the best way to mimic the effect of water in the block? Thanks. Creator of the Master Chef Mod and many more to come. If I helped you, please click the 'thank you' button.
June 24, 201510 yr Author Can you explain a bit more what you mean? Creator of the Master Chef Mod and many more to come. If I helped you, please click the 'thank you' button.
June 25, 201510 yr You could use water material, render will be done by the game. However, that would mean you should add "Level" blockstate (like fluids) to avoid crashing the game. This method work and is easy to implements however there are some render glitch near non-opaque blocks (expect water), glass for instance. Or as diesieben07 said, you could create a block model, but it's more difficult I think. (For side rendering)
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.