TeamAOF / skylore

12 stars 2 forks source link

Nutrition progression locked. #79

Closed w0mby closed 1 year ago

w0mby commented 1 year ago

version: Skylore Beta 2.2

image It seems that the progression is not possible due to the non existent knife in Croptopia (not available in rei, and no receipe when click on it from quest window)

RobertasJ commented 1 year ago

i wonder whats causing the recipe to not be shown in rei, as it is craftable, the recipe does seem to have this removed: true for some reason...

"croptopia:knife": { "recipe": { "type": "minecraft:crafting_shaped", "pattern": [ " #", "i " ], "key": { "i": { "item": "minecraft:stick" }, "#": { "tag": "c:iron_ingots" } }, "result": { "item": "croptopia:knife" } }, "inputs": [ { "item": "minecraft:stick" }, { "tag": "c:iron_ingots" } ], "outputs": [ { "item": "croptopia:knife", "count": 1 } ], "removed": true

image

which leads me to suspect it was removed by us image

and i am right, well im going to pr this as a fix soon.