integrate newer items into some recipes

This commit is contained in:
Ell 2023-02-16 15:07:49 +01:00
parent a5bc87f35e
commit b7d8a5bcc6
3 changed files with 9 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"pattern": [ "pattern": [
"ONO", "OSO",
"PEP", "PEP",
"ONO" "ONO"
], ],
@ -21,6 +21,9 @@
"nbt": { "nbt": {
"stored_type": "naturesaura:end" "stored_type": "naturesaura:end"
} }
},
"S": {
"item": "minecraft:spyglass"
} }
}, },
"result": { "result": {

View file

@ -3,7 +3,7 @@
"pattern": [ "pattern": [
"SFS", "SFS",
"GIG", "GIG",
"TSJ" "TLJ"
], ],
"key": { "key": {
"F": { "F": {
@ -23,6 +23,9 @@
}, },
"I": { "I": {
"item": "naturesaura:sky_ingot" "item": "naturesaura:sky_ingot"
},
"L": {
"item": "minecraft:lightning_rod"
} }
}, },
"result": { "result": {

View file

@ -7,7 +7,7 @@
], ],
"key": { "key": {
"E": { "E": {
"item": "minecraft:ender_eye" "item": "minecraft:ender_pearl"
}, },
"C": { "C": {
"type": "forge:nbt", "type": "forge:nbt",