mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 19:58:34 +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"
|
"translate": "advancement.naturesaura.offering.desc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"parent": "naturesaura:aura_bottle_end",
|
"parent": "naturesaura:aura_bottle_nether",
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"table": {
|
"table": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
"trigger": "minecraft:inventory_changed",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "Offering to the Gods",
|
"name": "Offering to the Gods",
|
||||||
"icon": "naturesaura:offering_table",
|
"icon": "naturesaura:offering_table",
|
||||||
"category": "practices",
|
"category": "practices",
|
||||||
"advancement": "naturesaura:aura_bottle_end",
|
"advancement": "naturesaura:aura_bottle_nether",
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "Aura Field Creator",
|
"name": "Aura Field Creator",
|
||||||
"icon": "naturesaura:field_creator",
|
"icon": "naturesaura:field_creator",
|
||||||
"category": "using",
|
"category": "using",
|
||||||
"advancement": "naturesaura:aura_bottle_end",
|
"advancement": "naturesaura:sky_ingot",
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "Lamp of Sanctuary",
|
"name": "Lamp of Sanctuary",
|
||||||
"icon": "naturesaura:spawn_lamp",
|
"icon": "naturesaura:spawn_lamp",
|
||||||
"category": "using",
|
"category": "using",
|
||||||
"advancement": "naturesaura:sky_ingot",
|
"advancement": "naturesaura:aura_bottle_end",
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
"type": "minecraft:item_nbt",
|
"type": "minecraft:item_nbt",
|
||||||
"item": "naturesaura:aura_bottle",
|
"item": "naturesaura:aura_bottle",
|
||||||
"nbt": {
|
"nbt": {
|
||||||
"stored_type": "naturesaura:overworld"
|
"stored_type": "naturesaura:nether"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
"type": "forge:ore_shaped",
|
"type": "forge:ore_shaped",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
" O ",
|
" O ",
|
||||||
"GNG",
|
"GDG",
|
||||||
" E "
|
" N "
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"G": {
|
"G": {
|
||||||
|
@ -23,12 +23,8 @@
|
||||||
"stored_type": "naturesaura:nether"
|
"stored_type": "naturesaura:nether"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"E": {
|
"D": {
|
||||||
"type": "minecraft:item_nbt",
|
"item": "minecraft:diamond"
|
||||||
"item": "naturesaura:aura_bottle",
|
|
||||||
"nbt": {
|
|
||||||
"stored_type": "naturesaura:end"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"item": "minecraft:glass"
|
"item": "minecraft:glass"
|
||||||
},
|
},
|
||||||
"I": {
|
"I": {
|
||||||
"item": "naturesaura:infused_iron"
|
"item": "naturesaura:sky_ingot"
|
||||||
},
|
},
|
||||||
"P": {
|
"P": {
|
||||||
"item": "minecraft:piston"
|
"item": "minecraft:piston"
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
"type": "minecraft:item_nbt",
|
"type": "minecraft:item_nbt",
|
||||||
"item": "naturesaura:aura_bottle",
|
"item": "naturesaura:aura_bottle",
|
||||||
"nbt": {
|
"nbt": {
|
||||||
"stored_type": "naturesaura:end"
|
"stored_type": "naturesaura:overworld"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"type": "forge:ore_shaped",
|
"type": "forge:ore_shaped",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"ILI",
|
"ILI",
|
||||||
"SGS",
|
"SGE",
|
||||||
"ILI"
|
"ILI"
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
|
@ -18,6 +18,13 @@
|
||||||
},
|
},
|
||||||
"G": {
|
"G": {
|
||||||
"item": "minecraft:glowstone"
|
"item": "minecraft:glowstone"
|
||||||
|
},
|
||||||
|
"E": {
|
||||||
|
"type": "minecraft:item_nbt",
|
||||||
|
"item": "naturesaura:aura_bottle",
|
||||||
|
"nbt": {
|
||||||
|
"stored_type": "naturesaura:end"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
|
|
Loading…
Reference in a new issue