Posted November 3, 20168 yr I extend BlockWall to create my own wall blocks. The blocks work fine but I noticed that my wall blocks do not connect to the vanilla ones. I did a quick look through the BlockWall code and saw in its canConnectTo method that it checks to see if the block is the same as itself instead of checking if it is an instance of BlockWall. Is there anyway I could work around this?
November 4, 20168 yr Agreed, vanilla walls are too stupid. My custom walls include their own cobble and mossy-cobble variants so vanilla's walls can be completely avoided. The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.
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.