Skip to content

Commit

Permalink
more worldgen datapack compatibility (and Stardust's Dimensions' Biom…
Browse files Browse the repository at this point in the history
…es compatibility)
  • Loading branch information
LTHCTheMaster committed Jul 15, 2022
1 parent caebc88 commit 28511c5
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 0 deletions.
66 changes: 66 additions & 0 deletions Datapack/data/lthc.mage/predicates/components/essences/aero.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,72 @@
"predicate": {
"biome": "terralith:yosemite_cliffs"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:cool_stony_canyons"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:cool_stony_peaks"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:forested_highlands"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:glacial_cliffs"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:granite_canyon"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:highland_plains"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:highland_tropical_rainforest"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:highlands"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:huangshan_highlands"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:jade_highlands"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:cool_stony_canyons"
}
}
]
}
24 changes: 24 additions & 0 deletions Datapack/data/lthc.mage/predicates/components/essences/fungus.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,30 @@
"predicate": {
"biome": "terralith:cave/infested_caves"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:fungous_dripstone_caves"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:lush_fungous_dripstone_caves"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:mushroom_caves"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:mushroom_island"
}
}
]
}
66 changes: 66 additions & 0 deletions Datapack/data/lthc.mage/predicates/components/essences/hydro.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,72 @@
"predicate": {
"biome": "terralith:alpha_islands_winter"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:flooded_savanna"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:savanna_river"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:badlands_river"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:black_river"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:deep_desert_river"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:desert_river"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:gravelly_river"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:icy_river"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:jungle_river"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:lantern_river"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:tropical_forest_river"
}
}
]
}
36 changes: 36 additions & 0 deletions Datapack/data/lthc.mage/predicates/components/essences/thermo.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,42 @@
"predicate": {
"biome": "terralith:white_mesa"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "stardust:the_underground"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:dry_savanna"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:jacaranda_savanna"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:savanna_badlands"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:savanna_basaltic_incursions"
}
},
{
"condition": "location_check",
"predicate": {
"biome": "wythers:wooded_savanna"
}
}
]
}

0 comments on commit 28511c5

Please sign in to comment.