Skip to content

Commit

Permalink
More biome changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowclaimer committed May 8, 2023
1 parent ff310d0 commit cd9c429
Show file tree
Hide file tree
Showing 13 changed files with 786 additions and 60 deletions.
14 changes: 13 additions & 1 deletion src/main/resources/data/atum/dimension/atum.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,24 @@
"continentalness": 0.0
},
"biome": "atum:strange_sands"
},
{
"parameters": {
"erosion": 1.0,
"depth": 0.0,
"weirdness": -1.0,
"offset": 0.0,
"temperature": 0.0,
"humidity": 0.5,
"continentalness": 0.0
},
"biome": "atum:oasis"
}
],
"type": "minecraft:multi_noise"
},
"seed": 0,
"settings": "atum:atum",
"type": "minecraft:noise"
"type": "minecraft:noise"
}
}
204 changes: 204 additions & 0 deletions src/main/resources/data/atum/worldgen/biome/oasis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,204 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.9,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.jungle_and_forest"
},
"sky_color": 7842047,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"atum:oasis"
],
[],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[],
[
"minecraft:glow_lichen"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:parrot",
"maxCount": 2,
"minCount": 1,
"weight": 40
},
{
"type": "minecraft:panda",
"maxCount": 2,
"minCount": 1,
"weight": 80
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:ocelot",
"maxCount": 1,
"minCount": 1,
"weight": 2
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.95
}

0 comments on commit cd9c429

Please sign in to comment.