Posted November 9, 20205 yr I need help making a MonsterEntity hold an item (netherite_axe) Thank you!
November 9, 20204 yr Author Doesn't work for some reason? I put it in my entity java class, and it's not rendering help please
November 9, 20204 yr Author @Override public void setItemStackToSlot(EquipmentSlotType slotIn, ItemStack stack) { this.setItemStackToSlot(EquipmentSlotType.MAINHAND, netherite_axe); }
November 9, 20204 yr You are overriding the method, you need to call it. You can do that in MobEntity#onInitialSpawn
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.