/summon fishing_bobber doesn't work and "fishing_bobber" doesn't show up as suggestion for "/summon "...
while you can do /execute as @e[type=fishing_bobber] run etc.
Is this intentional? Does the fishing bobber function differently from other entities?
Linked issues
is duplicated by 1
Attachments
Comments 10
register("fishing_bobber", EntityType.Builder.<FishingHook>of(FishingHook::new, MobCategory.MISC).noSave().noSummon().sized(0.25F, 0.25F).clientTrackingRange(4).updateInterval(5));
It's intentional
I would like to request ownership of this report.