mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 19:58:34 +01:00
more advancementy stuff
This commit is contained in:
parent
ae701c4f1e
commit
ca7b37b087
5 changed files with 50 additions and 21 deletions
|
@ -1,23 +1,23 @@
|
||||||
{
|
{
|
||||||
"display": {
|
"display": {
|
||||||
"icon": {
|
"icon": {
|
||||||
"item": "naturesaura:potion_generator"
|
"item": "naturesaura:eye"
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"translate": "advancement.naturesaura.potion_generator"
|
"translate": "advancement.naturesaura.eye"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"translate": "advancement.naturesaura.potion_generator.desc"
|
"translate": "advancement.naturesaura.eye.desc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"parent": "naturesaura:sky_ingot",
|
"parent": "naturesaura:aura_bottle_overworld",
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"generator": {
|
"eye": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
"trigger": "minecraft:inventory_changed",
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"item": "naturesaura:potion_generator"
|
"item": "naturesaura:eye"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -1,23 +1,23 @@
|
||||||
{
|
{
|
||||||
"display": {
|
"display": {
|
||||||
"icon": {
|
"icon": {
|
||||||
"item": "naturesaura:flower_generator"
|
"item": "naturesaura:eye_improved"
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"translate": "advancement.naturesaura.flower_generator"
|
"translate": "advancement.naturesaura.eye_improved"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"translate": "advancement.naturesaura.flower_generator.desc"
|
"translate": "advancement.naturesaura.eye_improved.desc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"parent": "naturesaura:infused_materials",
|
"parent": "naturesaura:eye",
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"generator": {
|
"eye": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
"trigger": "minecraft:inventory_changed",
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"item": "naturesaura:flower_generator"
|
"item": "naturesaura:eye_improved"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"display": {
|
||||||
|
"icon": {
|
||||||
|
"item": "naturesaura:range_visualizer"
|
||||||
|
},
|
||||||
|
"title": {
|
||||||
|
"translate": "advancement.naturesaura.range_visualizer"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"translate": "advancement.naturesaura.range_visualizer.desc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"parent": "naturesaura:placer",
|
||||||
|
"criteria": {
|
||||||
|
"range_visualizer": {
|
||||||
|
"trigger": "minecraft:inventory_changed",
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"item": "naturesaura:range_visualizer"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -107,7 +107,7 @@ info.naturesaura.empty=Empty
|
||||||
|
|
||||||
advancement.naturesaura.root=Nature's Aura
|
advancement.naturesaura.root=Nature's Aura
|
||||||
advancement.naturesaura.root.desc=Becoming a magical botanist
|
advancement.naturesaura.root.desc=Becoming a magical botanist
|
||||||
advancement.naturesaura.get_book=Pages of discovery
|
advancement.naturesaura.get_book=Pages of Discovery
|
||||||
advancement.naturesaura.get_book.desc=Create the Book of Natural Aura
|
advancement.naturesaura.get_book.desc=Create the Book of Natural Aura
|
||||||
advancement.naturesaura.gold_leaf=Time = Brilliance
|
advancement.naturesaura.gold_leaf=Time = Brilliance
|
||||||
advancement.naturesaura.gold_leaf.desc=Create and harvest a Brilliant Tree
|
advancement.naturesaura.gold_leaf.desc=Create and harvest a Brilliant Tree
|
||||||
|
@ -119,25 +119,21 @@ advancement.naturesaura.infused_materials=Iron Factory
|
||||||
advancement.naturesaura.infused_materials.desc=Use the Natural Altar to create Infused Iron
|
advancement.naturesaura.infused_materials.desc=Use the Natural Altar to create Infused Iron
|
||||||
advancement.naturesaura.furnace_heater=Cozy Warmth
|
advancement.naturesaura.furnace_heater=Cozy Warmth
|
||||||
advancement.naturesaura.furnace_heater.desc=Create an Extraneous Firestarter to heat your furnace
|
advancement.naturesaura.furnace_heater.desc=Create an Extraneous Firestarter to heat your furnace
|
||||||
advancement.naturesaura.potion_generator=Lurking Powers
|
|
||||||
advancement.naturesaura.potion_generator.desc=Make a Lingering Absorber for the Ritual of the Brewer to create Aura
|
|
||||||
advancement.naturesaura.flower_generator=Botanistic Homicide
|
|
||||||
advancement.naturesaura.flower_generator.desc=Create a Herbivorous Absorber to create Aura
|
|
||||||
advancement.naturesaura.placer=Plop Plop Placement
|
advancement.naturesaura.placer=Plop Plop Placement
|
||||||
advancement.naturesaura.placer.desc=Create an Imperceptible Builder to place blocks for you
|
advancement.naturesaura.placer.desc=Create an Imperceptible Builder to place blocks for you
|
||||||
advancement.naturesaura.conversion_catalyst=Not so Equivalent Exchange
|
advancement.naturesaura.conversion_catalyst=Not So Equivalent Exchange
|
||||||
advancement.naturesaura.conversion_catalyst.desc=Create a Conversion Catalyst for easy material conversion
|
advancement.naturesaura.conversion_catalyst.desc=Create a Conversion Catalyst for easy material conversion
|
||||||
advancement.naturesaura.infused_tools=Gear Up Intensifies
|
advancement.naturesaura.infused_tools=Gear Up Intensifies
|
||||||
advancement.naturesaura.infused_tools.desc=Create an Infused Iron Pickaxe and Blade
|
advancement.naturesaura.infused_tools.desc=Create an Infused Iron Pickaxe and Blade
|
||||||
advancement.naturesaura.aura_bottle_overworld=A taste of Sunlight
|
advancement.naturesaura.aura_bottle_overworld=A Taste of Sunlight
|
||||||
advancement.naturesaura.aura_bottle_overworld.desc=Collect Aura using a Bottle in the Overworld
|
advancement.naturesaura.aura_bottle_overworld.desc=Collect Aura using a Bottle in the Overworld
|
||||||
advancement.naturesaura.aura_bottle_nether=Spooky Scary Skeletons
|
advancement.naturesaura.aura_bottle_nether=Spooky Scary Skeletons
|
||||||
advancement.naturesaura.aura_bottle_nether.desc=Collect Aura using a Bottle in the Nether
|
advancement.naturesaura.aura_bottle_nether.desc=Collect Aura using a Bottle in the Nether
|
||||||
advancement.naturesaura.aura_bottle_end=Breathy Surroundings
|
advancement.naturesaura.aura_bottle_end=Breathy Surroundings
|
||||||
advancement.naturesaura.aura_bottle_end.desc=Collect Aura using a Bottle in the End
|
advancement.naturesaura.aura_bottle_end.desc=Collect Aura using a Bottle in the End
|
||||||
advancement.naturesaura.offering=Yo God, ya want this?
|
advancement.naturesaura.offering=Yo God, Ya Want This?
|
||||||
advancement.naturesaura.offering.desc=Create an Offering Table for the Offering to the Gods
|
advancement.naturesaura.offering.desc=Create an Offering Table for the Offering to the Gods
|
||||||
advancement.naturesaura.sky_ingot=Sturdy and light
|
advancement.naturesaura.sky_ingot=Sturdy and Light
|
||||||
advancement.naturesaura.sky_ingot.desc=Create an Ingot of the Skies using the Offering to the Gods
|
advancement.naturesaura.sky_ingot.desc=Create an Ingot of the Skies using the Offering to the Gods
|
||||||
advancement.naturesaura.aura_cache=Ca-ching
|
advancement.naturesaura.aura_cache=Ca-ching
|
||||||
advancement.naturesaura.aura_cache.desc=Create an Aura Cache to store Aura in your inventory
|
advancement.naturesaura.aura_cache.desc=Create an Aura Cache to store Aura in your inventory
|
||||||
|
@ -147,6 +143,12 @@ advancement.naturesaura.negative_imbalance=Deadly Day
|
||||||
advancement.naturesaura.negative_imbalance.desc=Drain enough Aura to cause negative imbalance effects
|
advancement.naturesaura.negative_imbalance.desc=Drain enough Aura to cause negative imbalance effects
|
||||||
advancement.naturesaura.end_flower=Blue Lotus
|
advancement.naturesaura.end_flower=Blue Lotus
|
||||||
advancement.naturesaura.end_flower.desc=Kill the Ender Dragon to make a Rose of Oblivion grow
|
advancement.naturesaura.end_flower.desc=Kill the Ender Dragon to make a Rose of Oblivion grow
|
||||||
|
advancement.naturesaura.eye=Suddenly I See
|
||||||
|
advancement.naturesaura.eye.desc=Create an Environmental Eye to see the Aura in the area
|
||||||
|
advancement.naturesaura.eye_improved=Suddenly I See a Lot Better
|
||||||
|
advancement.naturesaura.eye_improved.desc=Create an Environmental Ocular to see Aura imbalance effects
|
||||||
|
advancement.naturesaura.range_visualizer=I Spy With my Little Eye
|
||||||
|
advancement.naturesaura.range_visualizer.desc=Create a Mystical Magnifier to see the range of your devices
|
||||||
|
|
||||||
command.naturesaura.aura.usage=/naaura store|drain <amount> [range] OR /naaura reset <range>
|
command.naturesaura.aura.usage=/naaura store|drain <amount> [range] OR /naaura reset <range>
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
"icon": "naturesaura:eye",
|
"icon": "naturesaura:eye",
|
||||||
"category": "items",
|
"category": "items",
|
||||||
"advancement": "naturesaura:wood_stand",
|
"advancement": "naturesaura:wood_stand",
|
||||||
|
"turnin": "naturesaura:eye",
|
||||||
"priority": true,
|
"priority": true,
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue