Started by
VicoHaricot
on
Topic category: Help with Minecraft modding (Java Edition)
hello everyone,
I'm looking for a way to add a recipe to craft à smithing table but with an item from a mod.
I created a .json in the progression_reborn.jar>data>minecraft>recipe with this script :
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": "#minecraft:planks",
"@": "progression_reborn:rose_ingot"
},
"pattern": [
"@@",
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:smithing_table"
}
}
I'm looking for a way to replace iron_ingot by this "progression_reborn:rose_ingot". Can any one help me ? Do i make a mistake in the place of the recipe ?
Thanks for your help ^^.
I'm not sure you can use "@" or "#" in a recipe. Try replacing them with "a" and "b". Unless this is a bedrock recipe.
I say it might be a bedrock recipe because the formatting looks a bit odd. This is the format of an MCreator recipe: