Posted June 6, 20205 yr I'm trying to create a custom beehive but I'm new to coding. Is there just a class I need to invoke, or is it a by block basis?
June 6, 20205 yr 11 minutes ago, Umpaz said: I'm trying to create a custom beehive Take a look at BeehiveBlock and BeehiveTileEntity. Edited June 6, 20205 yr by Novârch It's sad how much time mods spend saying "x is no longer supported on this forum. Please update to a modern version of Minecraft to receive support".
June 7, 20205 yr Author So the block is a beehive block and has 5 honey value levels, but bees wont fly into it. Is that a seperate tag?
June 7, 20205 yr 6 minutes ago, Umpaz said: So the block is a beehive block and has 5 honey value levels, but bees wont fly into it. Is that a seperate tag? Looks like that's controlled by the bee's AI and not from the block or tileentity. Take a look at BeeEntity#EnterBeehiveGoal() . It looks like it's looking for a BeehiveTileEntity to enter. Did you extend BeehiveBlock/BeehiveTileEntity for your classes, or just copy their code?
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.