mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 04:29:19 +02:00
added recipe for lapis golden apple
This commit is contained in:
parent
65782201ca
commit
3cd36101d3
1 changed files with 22 additions and 0 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