{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #",
"###"
],
"key": {
"#": {
"item": "mysticalagriculture:certus_quartz_essence"
}
},
"result": {
"item": "appliedenergistics2:certus_quartz_crystal",
"count": 2
}
}
I wanted to add a recipe for certus quartz but it doesn't work and I have no clue why (though I'm guessing it's due to the namespace)....
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #",
"###"
],
"key": {
"#": {
"item": "mysticalagriculture:certus_quartz_essence"
}
},
"result": {
"item": "appliedenergistics2:certus_quartz_crystal",
"count": 2
}
}
I wanted to add a recipe for certus quartz but it doesn't work and I have no clue why (though I'm guessing it's due to the namespace)....
10
Hold F3 and press H to activate tooltips. Then hover the item you want to see its id. There might be the same id for all essences though – in this case, you cannot make recipes that use only a certain typeof them unfortunately.
already did that to get the item IDs but it doesn't work. Is there a "special" way how to do it with mods?
No. wdym doesn't work? Did the F3+H not work?
or is it possible that I have to put the datapack somewhere else? (trying to run the recipe on a forge server)
Try /datapack list. If your data pack isn't there, it's not a problem in the recipe but in the data pack itself. Maybe in the mcmeta or something. Make sure you remembered to /reload.
the datapack itself works, I've got another recipe in there which works just fine (only Vanilla items in the recipe that works)
View 1 more replies
no no, that worked, the recipe doesn't work^^
