mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 04:49:10 +01:00
rebalance everything a bit
This commit is contained in:
parent
330e4f89fa
commit
5abeeba757
8 changed files with 19 additions and 16 deletions
|
@ -10,7 +10,7 @@
|
|||
"translate": "advancement.naturesaura.offering.desc"
|
||||
}
|
||||
},
|
||||
"parent": "naturesaura:aura_bottle_end",
|
||||
"parent": "naturesaura:aura_bottle_nether",
|
||||
"criteria": {
|
||||
"table": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Offering to the Gods",
|
||||
"icon": "naturesaura:offering_table",
|
||||
"category": "practices",
|
||||
"advancement": "naturesaura:aura_bottle_end",
|
||||
"advancement": "naturesaura:aura_bottle_nether",
|
||||
"pages": [
|
||||
{
|
||||
"type": "text",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Aura Field Creator",
|
||||
"icon": "naturesaura:field_creator",
|
||||
"category": "using",
|
||||
"advancement": "naturesaura:aura_bottle_end",
|
||||
"advancement": "naturesaura:sky_ingot",
|
||||
"pages": [
|
||||
{
|
||||
"type": "text",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Lamp of Sanctuary",
|
||||
"icon": "naturesaura:spawn_lamp",
|
||||
"category": "using",
|
||||
"advancement": "naturesaura:sky_ingot",
|
||||
"advancement": "naturesaura:aura_bottle_end",
|
||||
"pages": [
|
||||
{
|
||||
"type": "text",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"type": "minecraft:item_nbt",
|
||||
"item": "naturesaura:aura_bottle",
|
||||
"nbt": {
|
||||
"stored_type": "naturesaura:overworld"
|
||||
"stored_type": "naturesaura:nether"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"type": "forge:ore_shaped",
|
||||
"pattern": [
|
||||
" O ",
|
||||
"GNG",
|
||||
" E "
|
||||
"GDG",
|
||||
" N "
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
|
@ -23,12 +23,8 @@
|
|||
"stored_type": "naturesaura:nether"
|
||||
}
|
||||
},
|
||||
"E": {
|
||||
"type": "minecraft:item_nbt",
|
||||
"item": "naturesaura:aura_bottle",
|
||||
"nbt": {
|
||||
"stored_type": "naturesaura:end"
|
||||
}
|
||||
"D": {
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"item": "minecraft:glass"
|
||||
},
|
||||
"I": {
|
||||
"item": "naturesaura:infused_iron"
|
||||
"item": "naturesaura:sky_ingot"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:piston"
|
||||
|
@ -19,7 +19,7 @@
|
|||
"type": "minecraft:item_nbt",
|
||||
"item": "naturesaura:aura_bottle",
|
||||
"nbt": {
|
||||
"stored_type": "naturesaura:end"
|
||||
"stored_type": "naturesaura:overworld"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"type": "forge:ore_shaped",
|
||||
"pattern": [
|
||||
"ILI",
|
||||
"SGS",
|
||||
"SGE",
|
||||
"ILI"
|
||||
],
|
||||
"key": {
|
||||
|
@ -18,6 +18,13 @@
|
|||
},
|
||||
"G": {
|
||||
"item": "minecraft:glowstone"
|
||||
},
|
||||
"E": {
|
||||
"type": "minecraft:item_nbt",
|
||||
"item": "naturesaura:aura_bottle",
|
||||
"nbt": {
|
||||
"stored_type": "naturesaura:end"
|
||||
}
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
Loading…
Reference in a new issue