You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is weird bug happening to many addons that for some reason there occurs error that spawns "item.spawn_egg.name" which is just an spawn egg that does nothing. And it happens everytime you right click the "bot" even with redstone, then it's gone and "item.spawn_egg.name" appears (some egg).
For behavior packs using version 1.19.80 and above, recipes no longer accept a Molang query for the item's data field, instead use the item's full name, eg. use { "item": "namespace:actor_spawn_egg" } instead of { "item": "spawn_egg", "data": "query.get_actor_info_id('namespace:actor')" }
I actually wanted to fix it myself but I failed to learn addons making, it is too much knowledge and it's all really badly explained everywhere, there is no every single detail step by step tutorials and I don't really know any coding language yet at all but I know basic concepts.
The text was updated successfully, but these errors were encountered:
There is weird bug happening to many addons that for some reason there occurs error that spawns "item.spawn_egg.name" which is just an spawn egg that does nothing. And it happens everytime you right click the "bot" even with redstone, then it's gone and "item.spawn_egg.name" appears (some egg).
I searched through https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs and found this:
For behavior packs using version 1.19.80 and above, recipes no longer accept a Molang query for the item's data field, instead use the item's full name, eg. use { "item": "namespace:actor_spawn_egg" } instead of { "item": "spawn_egg", "data": "query.get_actor_info_id('namespace:actor')" }
I actually wanted to fix it myself but I failed to learn addons making, it is too much knowledge and it's all really badly explained everywhere, there is no every single detail step by step tutorials and I don't really know any coding language yet at all but I know basic concepts.
The text was updated successfully, but these errors were encountered: