[1.18.2] Adding Ghostly bee via datapack isn't working
Saereth opened this issue ยท 4 comments
I'm trying to add a conversion recipe for the ghostly bee, Im not entirely sure if my script is right but all the other bees I've added seem to be working except this one. Am I doing something wrong here?
{
"type": "productivebees:bee_conversion",
"source": "minecraft:bee",
"result": "productivebees:ghostly",
"item": {
"item": "minecraft:soul_lantern"
},
"conditions": [
{
"type": "productivebees:bee_exists",
"bee": "minecraft:bee"
},
{
"type": "productivebees:bee_exists",
"bee": "productivebees:ghostly"
}
]
}
Thanks for the info
looks correct, does your log say anything about errors? if you post the latest.log here I can take a look
you can remove the first condition since the vanilla bee is always present