chronosacaria / MCDungeonsWeapons

Bringing the weapons and tools of Minecraft Dungeons to Minecraft
Other
66 stars 25 forks source link

[Bug Report]: mcdw:summoned_bee is treated as minecraft:bee by commands / turn into minecraft:bee upon being summoned #220

Open SomeFellaUnknown opened 1 year ago

SomeFellaUnknown commented 1 year ago

Describe the bug; What happened?

the bees summoned by the Bee Stinger weapon as well those summoned via /summon mcdw:summoned_bee are not targeted by command target selectors such as '@e[type=mcdw:summoned_bee]', but are targeted by commands such as '@e[type=minecraft:bee]'.

Additionally, when an supposed mcdw:summoned_bee entity summoned via commands enters a beehive, the entity listed inside of the beehive is minecraft:bee, not mcdw:summoned_bee

Expected Behavior

attempting to summon mcdw:summoned_bee using commands should summon mcdw:summoned_bee, and said entity should be treated as mcdw:summoned_bee for the purposes of being targeted by commands.

Mod Version

6.0.4

Minecraft Launcher

Other

Operating System

Linux

Modpack

all mcdx mods + JEI / JER, nothing else.

Additional context

No response