rebalance everything a bit

This commit is contained in:
Ellpeck 2018-12-02 00:20:01 +01:00
parent 330e4f89fa
commit 5abeeba757
8 changed files with 19 additions and 16 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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"
} }
} }
}, },

View file

@ -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": {

View file

@ -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"
} }
} }
}, },

View file

@ -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": {