mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 12:39:19 +02:00
added cobble gen crafting recipe for stone sword
This commit is contained in:
parent
b695706b24
commit
0be052aa2a
1 changed files with 22 additions and 0 deletions
22
src/main/resources/data/nec/recipes/stone_sword.json
Normal file
22
src/main/resources/data/nec/recipes/stone_sword.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"A B",
|
||||
"A B",
|
||||
" C "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:lava_bucket"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:water_bucket"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stone_sword"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue