catcoll456
catcoll456
CSNCreate: Steam 'n' Rails
Created by catcoll456 on 5/24/2024 in #support
Creating Crafts For The Spurs & Up
Im trying to create a craft for all the currencies in create: numismatics and i dont COMPLETLY know what im doing i have a base idea and want to add the craft to the game, ive started of with the spur and come up with the idea that if a copper nugget and a small cog is pressed in a basin then it creates a spur, but the only way to do this after reading the create mod custom crafts github page is to add a WHOLE new craft to the crafting table that the press then adapts to, i tried doing that just to see if it works, and it didnt, here is my code
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "forge:nuggets/copper"
},
{
"tag": "c:cogwheel/small"
}
],
"results": [
{
"item": "numismatics:spur",
"count": 1
}
]
}
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "forge:nuggets/copper"
},
{
"tag": "c:cogwheel/small"
}
],
"results": [
{
"item": "numismatics:spur",
"count": 1
}
]
}
Can anyone help me here? i have no clue what to do.
18 replies