Posted July 20, 201510 yr Is there a way to merge normal water block with a custom block? So when i place it, it is no "air" around the custom block.
July 20, 201510 yr Author You have to include the water in your Model. I knew i could do that, but wondered if there is another way But if that was the answer then i guess i have no other choice
July 21, 201510 yr You don't need to include water in your model, just set the block's Material to water and add the BlockLiquid.LEVEL property to your BlockState with a default value of 15. You'll also need to register a custom StateMapper to ignore this property when looking for the model. You can see how BoP does this here and how I do it here. Edited July 25, 20178 yr by Choonster Fixed broken links. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
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.