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.
12 Replies
Steam 'n' Rails Bot
Steam 'n' Rails Bot•4mo ago
Hello @catcoll456! Someone will help you shortly, please do not ping moderators or other people and just wait for someone to come help.
catcoll456
catcoll456•4mo ago
Well scratch the fact that the craft didnt work
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "forge:nuggets/copper"
},
{
"tag": "c:cogwheel/small"
}
],
"result":
{
"item": "numismatics:spur",
"count": 1
}
}
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "forge:nuggets/copper"
},
{
"tag": "c:cogwheel/small"
}
],
"result":
{
"item": "numismatics:spur",
"count": 1
}
}
But im still upset that i cant get it to be a create craft ONLY is there a way to do this?
Joseph Franci
Joseph Franci•4mo ago
yea 1sec { "type": "create:compacting", "ingredients": [ { "item": "minecraft:flint" }, { "item": "minecraft:flint" }, { "item": "minecraft:gravel" }, { "fluid": "minecraft:lava", "nbt": {}, "amount": 100 } ], "results": [ { "item": "minecraft:andesite" } ] } Make a compacting recipe This is an example for the andesite from flint recipe
catcoll456
catcoll456•4mo ago
okay! ill try! thanks!
Joseph Franci
Joseph Franci•4mo ago
np
catcoll456
catcoll456•4mo ago
it works thanks so much!
{
"type": "create:compacting",
"ingredients": [
{
"item": "create:large_cogwheel"
},
{
"items": "numismatics:crown"
},
{
"item": "createdeco:netherite_sheet"
}
],
"results": [
{
"item": "numismatics:sun",
"count": 1
}
]
}
{
"type": "create:compacting",
"ingredients": [
{
"item": "create:large_cogwheel"
},
{
"items": "numismatics:crown"
},
{
"item": "createdeco:netherite_sheet"
}
],
"results": [
{
"item": "numismatics:sun",
"count": 1
}
]
}
How about this one? its not working
Joseph Franci
Joseph Franci•4mo ago
idk
Chanied
Chanied•4mo ago
i could be wrong, but in the example he gave, he didn't give an amount for the result try that
catcoll456
catcoll456•4mo ago
no i realised yesterday i put "items" not "item" by accident
Chanied
Chanied•4mo ago
ah
catcoll456
catcoll456•4mo ago
small mistake looked past it
Chanied
Chanied•4mo ago
glad you got it working 🙂
Want results from more Discord servers?
Add your server