Heccology / Bountiful-Fares

Source Code for the Bountiful Fares Fabric Mod
Other
9 stars 4 forks source link

wrong jsons #22

Closed 3dEADto2 closed 3 months ago

3dEADto2 commented 3 months ago

in 'bountifulfares/recipes/cooking/apple_compote.json': { "type": "farmersdelight:cooking", "cookingtime": 200, "experience": 1.0, "ingredients": [ { "item": "bountifulfares:apple" }, { "item": "bountifulfares:citrus_essence" } ], "recipe_book_tab": "misc", "result": { "item": "bountifulfares:apple_compote_jar" } }

i think 'bountifulfares:apple' should be 'minecraft:apple'

in 'bountifulfares/recipes/cooking/crusted_beef.json': { "type": "farmersdelight:cooking", "cookingtime": 200, "experience": 1.0, "ingredients": [ { "item": "minecraft:cooked_beef" }, { "item": "bountifulfares:walnut" }, { "item": "bountifulfares:potato" }, { "item": "bountifulfares:elderberries" } ], "recipe_book_tab": "meals", "result": { "item": "bountifulfares:crusted_beef" } }

i think 'bountifulfares:potato' should be 'minecraft:potato'