Biomancy

Biomancy

311k Downloads

can't pick up boomling.

arsserpentarium opened this issue ยท 1 comments

commented

Please complete the following information:

  • Forge-Version: [e.g. 36.1.0]
  • Mod-Version: [e.g. 1.0.0]

Describe the bug
I made boomling.But I can't pick up it.

Expected behavior
I should be able to pick up it with sneak click. As info said.

Additional context
I played in creative.

commented

The owner of the boomling is never set, that's why they can't be picked up

if ((typeA == EntityType.CAVE_SPIDER && typeB == EntityType.CREEPER) || (typeB == EntityType.CAVE_SPIDER && typeA == EntityType.CREEPER)) {
return MobUtil.convertMobEntityTo(world, target, ModEntityTypes.BOOMLING.get(), false);
}