Posted August 10, 20196 yr So I was playing around with making a block with a tile entity and noticed that the method hasTileEntity() is deprecated. What's up with that? Looking at the block class it says this in the annotation: //Forge: New State sensitive version. Is this just something forge is still working on atm? I'm using the 1.14.4 version 28.0.45
August 10, 20196 yr Author Nevermind, I accidentally used the old method that doesn't pass in the block state. so use hasTileEntity(BlockState state) and it works fine
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.