Jump to content

oxkitsune

Members
  • Posts

    2
  • Joined

  • Last visited

oxkitsune's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I resolved it after a good nights of sleep! Turns out there's two EntityBuilder create methods: EntityType.Builder<? extends Entity>#create(Entity, EntityClassification) EntityType.Builder<? extends Entity>#create(EntityClassification) and I was using the one without the entity class, thanks for the help!
  2. Hey, so I'm trying to create a new entity but I'm running into some issues. Whenever I try to use /summon <entitytype> (tadpole in this case) it just says "Unable to summon entity" without any errors in the console. I've been trying to solve this for the better part of 2 hours and I can't seem to figure out why this is happening. If any of you could tell me what I'm doing wrong and point me in the right direction please do! I might just be creating TadpoleEntity incorrectly, I'm trying to make it behave like a group of fish entity (found the Salmon implementation and tried to copy that), but I can't get it to work. There's no additional information in debug.log sadly. My code: https://github.com/OxKitsune/witchcraft
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.