new biome

This commit is contained in:
Halbear
2026-07-23 23:59:32 +01:00
parent 0dcf2b4a47
commit dcbaf1aaa1
36 changed files with 1484 additions and 45 deletions
@@ -8,8 +8,8 @@
"fog_color": 3060735,
"water_color": 4311792,
"water_fog_color": 4311792,
"grass_color": 16444553,
"foliage_color": 9429794,
"grass_color": 16772175,
"foliage_color": 11992832,
"ambient_loop_sound": "minecraft:ambient.cave",
"mood_sound": {
"sound": "minecraft:ambient.cave",
@@ -0,0 +1,64 @@
{
"has_precipitation": true,
"temperature": 0.5,
"downfall": 1.2,
"temperature_modifier": "none",
"effects": {
"water_color": 4311792,
"grass_color": 12844864,
"foliage_color": 14876480,
"ambient_loop_sound": "minecraft:ambient.cave",
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
}
},
"attributes": {
"minecraft:visual/sky_color": 8906751,
"minecraft:visual/fog_color": 16777215,
"minecraft:visual/water_fog_color": 329011
},
"carvers": [
"minecraft:cave",
"minecraft:canyon"
],
"features": [
[],
[ "minecraft:lake_lava_underground", "minecraft:lake_lava_surface" ],
[ "minecraft:amethyst_geode" ],
[],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_diamond"
],
[],
[],
[ "minecraft:patch_grass_plain", "minecraft:brown_mushroom_normal" ],
[ ]
],
"creature_spawn_probability": 0.07,
"spawners": {
"monster": [
{ "type": "minecraft:spider", "weight": 100, "minCount": 4, "maxCount": 4 },
{ "type": "minecraft:zombie", "weight": 95, "minCount": 4, "maxCount": 4 }
],
"creature": [
{ "type": "minecraft:wolf", "weight": 5, "minCount": 4, "maxCount": 4 }
],
"ambient": [],
"water_creature": [],
"underground_water_creature": [],
"water_ambient": [],
"axolotls": []
},
"spawn_costs": {}
}
@@ -9,8 +9,8 @@
{
"biome": "ageofthegods:garrigue",
"parameters": {
"temperature": [-1.0, -0.1],
"humidity": [-1.0, 1.0],
"temperature": [0.0, 0.5],
"humidity": [-1.0, 0.0],
"continentalness": [-1.2, 1.0],
"erosion": [-1.0, 1.0],
"weirdness": [-1.0, 1.0],
@@ -21,14 +21,26 @@
{
"biome": "ageofthegods:maquis_shrubland",
"parameters": {
"temperature": [0.1, 1.0],
"humidity": [-1.0, 1.0],
"temperature": [0.5, 1.0],
"humidity": [-1.0, 0.0],
"continentalness": [-1.2, 1.0],
"erosion": [-1.0, 1.0],
"weirdness": [-1.0, 1.0],
"depth": 0.0,
"offset": 0.0
}
},
{
"biome": "ageofthegods:mediterranean_forest",
"parameters": {
"temperature": [-0.5, 0.0],
"humidity": [0.0, 1.0],
"continentalness": [-0.5, 0.9],
"erosion": [0.7, 1.0],
"weirdness": [0.0, 0.0],
"depth": 0.0,
"offset": 0.0
}
}
]
}