Posted February 28, 20187 yr Hey there guys! I wanted to create a seaweed block that acts like reeds. At first, I tried extending my BlockBaseSeaweed class by BlockReed, but I'm not really sure anymore, if that will work. I overrided the canPlaceBlockAt-method to work only, if the block where the seaweed should get placed is a water-block. But I'm still not sure about some things, that might cause problems. I believe, I'll have to set the material for my seaweed to water, so that it won't get destroyed. Question is, will water "flow" through my block, or will the seaweed create an airbubble underwater? Or will this simply be an issue about the texture/model itself? Since I can't set a material when I extend by BlockReed, would it be better if I only extended by Block and would reuse all of the methods from BlockReed? Thanks!
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.