1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Change GEO resource versions

This commit is contained in:
ybw0014 2022-08-07 20:59:54 -04:00
parent fd74586e23
commit aa79e640e8
No known key found for this signature in database
GPG Key ID: 04C1F3339F03F9EE
6 changed files with 2 additions and 51 deletions

View File

@ -36,7 +36,7 @@ class OilResource extends AbstractResource {
// 1.18+ renamed most biomes
biomes = getBiomeMap(this, "/biome-maps/oil_v1.18.json");
} else {
biomes = getBiomeMap(this, "/biome-maps/oil_v1.14.json");
biomes = getBiomeMap(this, "/biome-maps/oil_v1.16.json");
}
}

View File

@ -30,7 +30,7 @@ class SaltResource extends AbstractResource {
// 1.18+ renamed most biomes
biomes = getBiomeMap(this, "/biome-maps/salt_v1.18.json");
} else {
biomes = getBiomeMap(this, "/biome-maps/salt_v1.14.json");
biomes = getBiomeMap(this, "/biome-maps/salt_v1.16.json");
}
}

View File

@ -1,8 +0,0 @@
[
{
"value" : 32,
"biomes" : [
"minecraft:nether"
]
}
]

View File

@ -1,41 +0,0 @@
[
{
"value" : 5,
"biomes" : [
"minecraft:desert",
"minecraft:beach",
"minecraft:stone_shore"
]
},
{
"value" : 8,
"biomes" : [
"minecraft:mountains",
"minecraft:wooded_mountains",
"minecraft:desert_hills",
"minecraft:wooded_hills",
"minecraft:taiga_hills",
"minecraft:mountain_edge",
"minecraft:jungle_hills",
"minecraft:gravelly_mountains",
"minecraft:taiga_mountains",
"minecraft:tall_birch_hills",
"minecraft:dark_forest_hills",
"minecraft:snowy_taiga_mountains",
"minecraft:giant_spruce_taiga_hills",
"minecraft:modified_gravelly_mountains",
"minecraft:bamboo_jungle_hills"
]
},
{
"value" : 12,
"biomes" : [
"minecraft:badlands",
"minecraft:wooded_badlands_plateau",
"minecraft:modified_wooded_badlands_plateau",
"minecraft:modified_badlands_plateau",
"minecraft:eroded_badlands",
"minecraft:badlands_plateau"
]
}
]