mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-16 09:23:12 +01:00
integrate newer items into some recipes
This commit is contained in:
parent
a5bc87f35e
commit
b7d8a5bcc6
3 changed files with 9 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"ONO",
|
||||
"OSO",
|
||||
"PEP",
|
||||
"ONO"
|
||||
],
|
||||
|
@ -21,6 +21,9 @@
|
|||
"nbt": {
|
||||
"stored_type": "naturesaura:end"
|
||||
}
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:spyglass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"pattern": [
|
||||
"SFS",
|
||||
"GIG",
|
||||
"TSJ"
|
||||
"TLJ"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
|
@ -23,6 +23,9 @@
|
|||
},
|
||||
"I": {
|
||||
"item": "naturesaura:sky_ingot"
|
||||
},
|
||||
"L": {
|
||||
"item": "minecraft:lightning_rod"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"E": {
|
||||
"item": "minecraft:ender_eye"
|
||||
"item": "minecraft:ender_pearl"
|
||||
},
|
||||
"C": {
|
||||
"type": "forge:nbt",
|
||||
|
|
Loading…
Reference in a new issue