Forbidden and Arcanus compat crash 1.21
aAndrew3030 opened this issue ยท 3 comments
Forbidden and Arcanus updated to 1.21 and the world throws a datapack error when loading the two together.
seems it's the stellarite bee egg recipe that needs to change to w/e recipe F&A uses now.
this should do it but I can't test it now
{
"forge_tier": 3,
"essences": {
"aureal": 82,
"blood": 1000,
"experience": 0,
"souls": 1
},
"inputs": [
{
"amount": 4,
"ingredient": {
"item": "forbidden_arcanus:xpetrified_orb"
}
},
{
"amount": 2,
"ingredient": {
"item": "forbidden_arcanus:eternal_stella"
}
}
],
"magic_circle": "forbidden_arcanus:create_item",
"main_ingredient": {
"type": "productivebees:component",
"components": {
"minecraft:entity_data": {
"type": "productivebees:diamond",
"id": "productivebees:configurable_bee"
}
},
"items": "productivebees:spawn_egg_configurable_bee"
},
"result": {
"type": "forbidden_arcanus:create_item",
"result_item": {
"components": {
"minecraft:entity_data": {
"type": "productivebees:stellarite",
"id": "productivebees:configurable_bee"
}
},
"count": 1,
"id": "productivebees:spawn_egg_configurable_bee"
}
}
}