#Smelting recipe and shaped crafting recipes not working

1 messages · Page 1 of 1 (latest)

frosty verge
#

I'm working on a small datapack to just add a few recipes to make resources renewable that otherwise aren't and to tweak the balance of the trapdoor craft. So far, I've been able to get shaped crafting recipes for red sand, gilded blackstone, and pottery sherd duplication to work, but I haven't been able to get my recipes for trapdoors or dead bushes to work, and I don't know why. I've copied in my .json files if anybody would like to check my work.

Acacia trapdoors:
{
"type": "crafting_shaped",
"group": "wooden_trapdoor",
"pattern": [
"111",
"111"
],
"key": {
"1": "minecraft:acacia_planks"
},
"result": {
"id": "minecraft:acacia_trapdoor",
"count": 6
}
}
(file structure: crafting tweaks->data->more_trapdoors->recipe->acacia_trapdoor.json)

Dead bushes:
{
"type": "smelting",
"ingredient": {
"item": "minecraft:bush"
},
"experience": 0.15,
"cookingtime": 200,
"result": {
"id": "minecraft:dead_bush"
},
}
(file structure: crafting tweaks->data->bush_drying->recipe->dead_bush.json)

Any assistance will be greatly appreciated!

thorn heartBOT
#

<@&1201956957406109788>

Someone will come and help soon!

💬 While you wait, take this time to provide more context and details.

🙇 If nobody has answered you by <t:1746860943:t>, feel free to use the Summon Helpers button to ping our helper team.

✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve

frosty verge
#

Oh, I should mention- this is for version 1.21.5 with pack format 71

#

Update: got the bush working.
"ingredient": {
"item": "minecraft:bush"
},
became
"ingredient": "minecraft:bush",

boreal stone
#

i assume the trapdoor recipe still gives the vanilla output? you should probably just replace the vanilla recipe directly by putting your recipe at minecraft/recipe/acacia_trapdoor.json instead

frosty verge
#

Yeah, it's been giving the vanilla output. I'll try that and let you know how it goes! Thanks!

frosty verge
thorn heartBOT
#
Question Closed

Your question, #1370651328916750366 (Smelting recipe and shaped crafting recipes not working), was resolved!

Original Message

#1370651328916750366 message

Duration open

49m