Started by
Estam
on
Topic category: Help with Minecraft modding (Java Edition)
Hello people, im making the moobloom and since they are supposed to have good relationship with da bees so i thought that the bees could polinate mooblooms like they were flowers! but theres a catch, i dont know how to do that. I think there is a nbt tag something like "small_flowers" and "tall_flowers" but idk if its only for blocks or something. i have an idea how to add the nbt tag "Set entity/target entity data number (or logic) NBT tag to true (or 1) but it doesnt seem to work. So could someone either tell me if the flower tag is only for blocks or something or help me?
Thanks in advance kind people
I'm afraid that you can't get into vanilla NBT tags via procedures, you will need to code that yourself. I mean - maybe there is a way, but I tried to do such thing before and it doesn't seem to work.
Also, as you said, "small_flowers" etc are block-only NBT tags anyway (as it shows on wiki)