Fixed the root/all biomes advancements (More advancements to come soon)
This commit is contained in:
parent
b931caaca1
commit
6a8332f386
6 changed files with 74 additions and 40 deletions
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "biomesoplenty:earth"
|
||||
"item": "biomesoplenty:grass",
|
||||
"data": 5
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.biomesoplenty.all_biomes.title"
|
||||
|
@ -11,7 +12,7 @@
|
|||
},
|
||||
"frame": "challenge"
|
||||
},
|
||||
"parent": "biomesoplenty/root",
|
||||
"parent": "biomesoplenty:biomesoplenty/root",
|
||||
"criteria": {
|
||||
"alps": {
|
||||
"trigger": "minecraft:location",
|
||||
|
@ -396,6 +397,46 @@
|
|||
"conditions": {
|
||||
"biome": "biomesoplenty:alps_foothills"
|
||||
}
|
||||
},
|
||||
"corrupted_sands": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"biome": "biomesoplenty:corrupted_sands"
|
||||
}
|
||||
},
|
||||
"fungi_forest": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"biome": "biomesoplenty:fungi_forest"
|
||||
}
|
||||
},
|
||||
"phantasmagoric_inferno": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"biome": "biomesoplenty:phantasmagoric_inferno"
|
||||
}
|
||||
},
|
||||
"polar_chasm": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"biome": "biomesoplenty:polar_chasm"
|
||||
}
|
||||
},
|
||||
"undergarden": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"biome": "biomesoplenty:undergarden"
|
||||
}
|
||||
},
|
||||
"visceral_heap": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"biome": "biomesoplenty:visceral_heap"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"rewards": {
|
||||
"experience": 1000,
|
||||
"loot": ["biomesoplenty:advancements/all_biomes"]
|
||||
}
|
||||
}
|
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
"criteria": {
|
||||
"tick": {
|
||||
"trigger": "minecraft:tick",
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,39 +1,8 @@
|
|||
achievement.obtain_flowers=Flower Child
|
||||
achievement.obtain_flowers.desc=Find a flower!
|
||||
achievement.obtain_berry=Berry Good
|
||||
achievement.obtain_berry.desc=Pick a berry from a berry bush
|
||||
achievement.obtain_coral=Totally Coral!
|
||||
achievement.obtain_coral.desc=Dive deep for some coral
|
||||
achievement.obtain_miners_delight=Life Finds a Way
|
||||
achievement.obtain_miners_delight.desc=Find a miner's delight flower deep in a cave
|
||||
achievement.eat_shroom_powder=Trippin'
|
||||
achievement.eat_shroom_powder.desc=Ingest some magical shroom powder
|
||||
achievement.obtain_turnip=Stalk Market
|
||||
achievement.obtain_turnip.desc=Harvest a turnip
|
||||
achievement.grow_sacred_oak=Yggdrasil
|
||||
achievement.grow_sacred_oak.desc=Plant a sacred oak sapling
|
||||
achievement.obtain_thorn=Rather Thorny
|
||||
achievement.obtain_thorn.desc=Collect a prickly thorn!
|
||||
achievement.obtain_deathbloom=I am Become Death
|
||||
achievement.obtain_deathbloom.desc=Acquire a deadly deathbloom
|
||||
achievement.obtain_honeycomb=Honeycomb's Big
|
||||
achievement.obtain_honeycomb.desc=Steal a filled honeycomb from a Nether wasp hive
|
||||
achievement.obtain_soul=Soul Searching
|
||||
achievement.obtain_soul.desc=Reclaim a lost soul
|
||||
achievement.obtain_wilted_lily=Godsend
|
||||
achievement.obtain_wilted_lily.desc=Rescue a wilted lily flower
|
||||
achievement.obtain_pixie_dust=Don't Breathe This
|
||||
achievement.obtain_pixie_dust.desc=Kill a pixie and collect its magical dust
|
||||
achievement.obtain_celestial_crystal=Far Out...
|
||||
achievement.obtain_celestial_crystal.desc=Mine a celestial crystal in the End
|
||||
achievement.craft_terrestrial_artifact=Your Powers Combined
|
||||
achievement.craft_terrestrial_artifact.desc=Combine all 8 biome-exclusive gems together
|
||||
achievement.craft_ambrosia=Nectar of the Gods
|
||||
achievement.craft_ambrosia.desc=Sugar, water, honey, berries, roots, kelp, ichor, pixie dust, and celestial crystals!
|
||||
achievement.explore_all_biomes=The Wanderer
|
||||
achievement.explore_all_biomes.desc=Truly discover all biomes
|
||||
achievement.use_biome_finder=Search Party
|
||||
achievement.use_biome_finder.desc=Use the biome finder to locate a biome
|
||||
advancements.biomesoplenty.root.title=Biomes O' Plenty
|
||||
advancements.biomesoplenty.root.description=The explorer's dream...
|
||||
|
||||
advancements.biomesoplenty.all_biomes.title=Wanderer
|
||||
advancements.biomesoplenty.all_biomes.description=Discover every biome in Biomes O' Plenty
|
||||
|
||||
biome_finder.searching=Searching for %s
|
||||
biome_finder.found=Found %s!
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"name": "all_biomes",
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "biomesoplenty:record_wanderer",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 601 B After Width: | Height: | Size: 336 B |
Binary file not shown.
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 294 B |
Loading…
Reference in a new issue