
1337Fleece Recipe conflicts with every other recipe in the game due to misnomenated tags
antonhibl opened this issue · 5 comments
The recipe for 1337Fleece has some errors:
{
"type": "crafting_shapeless",
"ingredients": [
{
"tag": "bwplus:fleece"
},
{
"tag": "bwplus:fleece"
},
{
"tag": "bwplus:fleece"
},
{
"tag": "bwplus:fleece"
},
{
"tag": "bwplus:fleece"
},
{
"tag": "bwplus:fleece"
},
{
"tag": "bwplus:fleece"
},
{
"tag": "bwplus:fleece"
},
{
"tag": "bwplus:fleece"
}
],
"result": {
"item": "bwplus:rgb_witch_wool",
"count": 9
}
}
in game it appears as:
I believe to fix this the tags should be replaced by proper item IDs or proper tags for witch wool items which is what 1337Fleece derives from.
to clarify on the title, because it thinks it can craft 1337Fleece from nothing, it tries to craft 1337Fleece for every in-game crafting recipe.
so far the best solution to this is to remove the recipe using something like kubejs.
Discord for the mod is here. See if you can raise the issue a bit.