mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 20:49:19 +02:00
Merge branch '1.21.x-dev' into thick-end-rod
This commit is contained in:
commit
2bc1ffca77
11 changed files with 97 additions and 5 deletions
22
src/main/resources/data/nec/recipe/lapis_golden_apple.json
Normal file
22
src/main/resources/data/nec/recipe/lapis_golden_apple.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"GAL",
|
||||
"LLL"
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "minecraft:gold_ingot"
|
||||
},
|
||||
"L": {
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
},
|
||||
"A": {
|
||||
"item": "minecraft:apple"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"id": "nec:lapis_golden_apple"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue