alcatrazEscapee / no-tree-punching

A Minecraft mod which adds a bit of realism to the early game.
https://minecraft.curseforge.com/projects/no-tree-punching
MIT License
30 stars 11 forks source link

cannot craft cooking pot from farmer's delight #297

Closed Skellykenz closed 14 hours ago

Skellykenz commented 2 months ago

unable to craft wooden shovel, a component of cooking pots in farmer's delight

Skellykenz commented 2 months ago

neither can I craft the stove

ginsm commented 2 months ago

You can fix this via a datapack by changing the cooking pot recipe (forge, fabric). I changed it to a stick personally. I'll attach the one I created to this comment but you may need to change the pack_format value in pack.mcmeta if you're not on 1.20.1. Here's the different pack format values for each version: https://minecraft.fandom.com/wiki/Data_pack#Pack_format.

NTP_FDCookingPot_Fix.zip

Skellykenz commented 2 months ago

Thank you so much my data pack didn’t work so this is great tysm

On Thu, 20 Jun 2024 at 10:10, ginsm @.***> wrote:

You can fix this via a datapack by changing the cooking pot recipe https://github.com/vectorwing/FarmersDelight/blob/1.19/src/generated/resources/data/farmersdelight/recipes/cooking_pot.json. I changed it to a stick personally. I'll attach the one I created to this comment but you may need to change the pack_format value in pack.mcmeta inside the zip if you're not on 1.20.1. Here's the different pack format values for each version: https://minecraft.fandom.com/wiki/Data_pack#Pack_format.

NTP_FDCookingPot_Fix.zip https://github.com/user-attachments/files/15911532/NTP_FDCookingPot_Fix.zip

— Reply to this email directly, view it on GitHub https://github.com/alcatrazEscapee/no-tree-punching/issues/297#issuecomment-2180196008, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBS7X2QSWDUP5WWOAYRX5IDZIKMBNAVCNFSM6AAAAABJOSNMLSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBQGE4TMMBQHA . You are receiving this because you authored the thread.Message ID: @.***>

ginsm commented 2 months ago

No problem! But I didn't realize that the stove couldn't be crafted either so that datapack only works for the cooking pot. Here's the updated one including the stove:

NTP_FD_Compat.zip

I replaced the Campfire with a Flint and Steel in the crafting recipe for the stove.