mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 20:49:19 +02:00
fixed crafting recipe
This commit is contained in:
parent
9fa8b78dce
commit
a91feda5a8
1 changed files with 9 additions and 7 deletions
|
@ -1,11 +1,13 @@
|
|||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {
|
||||
"item": "minecraft:diamond_sword"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:gold_ingot"
|
||||
},
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:diamond_sword"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gold_ingot"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:golden_sword"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue