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",
|
"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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"E": {
|
"E": {
|
||||||
"item": "minecraft:ender_eye"
|
"item": "minecraft:ender_pearl"
|
||||||
},
|
},
|
||||||
"C": {
|
"C": {
|
||||||
"type": "forge:nbt",
|
"type": "forge:nbt",
|
||||||
|
|
Loading…
Reference in a new issue