mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 12:39:19 +02:00
changed vanilla names
This commit is contained in:
parent
903a7563b8
commit
46b6853303
1 changed files with 12 additions and 0 deletions
12
src/main/resources/data/nec/recipes/golden_sword.json
Normal file
12
src/main/resources/data/nec/recipes/golden_sword.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:smithing",
|
||||||
|
"base": {
|
||||||
|
"item": "minecraft:diamond_sword"
|
||||||
|
},
|
||||||
|
"addition": {
|
||||||
|
"item": "minecraft:gold_ingot"
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:golden_sword"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue