Skip to content

Commit

Permalink
More worldgen changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowclaimer committed May 5, 2023
1 parent bdd285e commit f1f602a
Show file tree
Hide file tree
Showing 8 changed files with 134 additions and 54 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/data/atum/dimension/atum.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type": "minecraft:multi_noise"
},
"seed": 0,
"settings": "minecraft:overworld",
"settings": "atum:atum",
"type": "minecraft:noise"
}
}
83 changes: 38 additions & 45 deletions src/main/resources/data/atum/worldgen/biome/strange_sands.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,31 @@
},
"downfall": 0.0,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
"sky_color": 8166547,
"fog_color": 4474443,
"water_color": 4474443,
"water_fog_color": 2237482
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[],
[
"minecraft:fossil_upper",
"minecraft:fossil_lower",
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[
"minecraft:desert_well"
],
[],
[],
[
"minecraft:ore_dirt",
Expand Down Expand Up @@ -66,7 +62,8 @@
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
"minecraft:disk_gravel",
"atum:karst_rock"
],
[],
[
Expand All @@ -75,14 +72,10 @@
],
[
"minecraft:glow_lichen",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:patch_grass_savanna",
"minecraft:patch_dead_bush_badlands",
"minecraft:patch_dead_bush_2",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane_desert",
"minecraft:patch_pumpkin",
"minecraft:patch_cactus_desert"
"atum:acacia"
],
[
"minecraft:freeze_top_layer"
Expand All @@ -102,67 +95,67 @@
"axolotls": [],
"creature": [
{
"type": "minecraft:rabbit",
"type": "atum:quail",
"weight": 4,
"maxCount": 3,
"minCount": 2
},
{
"type": "atum:desert_rabbit",
"weight": 4,
"maxCount": 3,
"minCount": 2
},
{
"type": "atum:desert_wolf",
"weight": 4,
"maxCount": 3,
"minCount": 2
},
{
"type": "atum:camel",
"weight": 4,
"maxCount": 3,
"minCount": 2,
"weight": 4
"minCount": 2
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"type": "atum:tarantula",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"type": "atum:bonestorm",
"maxCount": 4,
"minCount": 4,
"weight": 19
},
{
"type": "minecraft:zombie_villager",
"type": "atum:forsaken",
"maxCount": 1,
"minCount": 1,
"weight": 1
},
{
"type": "minecraft:skeleton",
"type": "atum:mummy",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"type": "atum:wraith",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"type": "atum:stoneguard",
"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:husk",
"maxCount": 4,
"minCount": 4,
"weight": 80
}
],
"underground_water_creature": [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"type": "minecraft:tree",
"config": {
"force_dirt": true,
"decorators": [],
"dirt_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "atum:sand"
}
},
"foliage_placer": {
"type": "minecraft:acacia_foliage_placer",
"offset": 0,
"radius": 2
},
"foliage_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:acacia_leaves",
"Properties": {
"distance": "7",
"persistent": "false",
"waterlogged": "false"
}
}
},
"force_dirt": false,
"ignore_vines": true,
"minimum_size": {
"type": "minecraft:two_layers_feature_size",
"limit": 1,
"lower_size": 0,
"upper_size": 2
},
"trunk_placer": {
"type": "minecraft:forking_trunk_placer",
"base_height": 5,
"height_rand_a": 2,
"height_rand_b": 2
},
"trunk_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:acacia_log",
"Properties": {
"axis": "y"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "minecraft:forest_rock",
"config": {
"state": {
"Name": "atum:karst"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "atum:ruin",
"config": {}
}
16 changes: 8 additions & 8 deletions src/main/resources/data/atum/worldgen/noise_settings/atum.json
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@
{
"type": "minecraft:block",
"result_state": {
"Name": "minecraft:dirt"
"Name": "atum:sand"
}
}
]
Expand Down Expand Up @@ -1568,7 +1568,7 @@
{
"type": "minecraft:block",
"result_state": {
"Name": "minecraft:dirt"
"Name": "atum:sand"
}
}
]
Expand Down Expand Up @@ -1733,7 +1733,7 @@
{
"type": "minecraft:block",
"result_state": {
"Name": "minecraft:dirt"
"Name": "atum:sand"
}
}
]
Expand Down Expand Up @@ -1991,7 +1991,7 @@
{
"type": "minecraft:block",
"result_state": {
"Name": "minecraft:dirt"
"Name": "atum:sand"
}
}
]
Expand Down Expand Up @@ -2303,7 +2303,7 @@
"then_run": {
"type": "minecraft:block",
"result_state": {
"Name": "minecraft:dirt"
"Name": "atum:sand"
}
}
},
Expand Down Expand Up @@ -2355,7 +2355,7 @@
{
"type": "minecraft:block",
"result_state": {
"Name": "minecraft:dirt"
"Name": "atum:sand"
}
}
]
Expand Down Expand Up @@ -2522,15 +2522,15 @@
"false_at_and_above": {
"absolute": 8
},
"random_name": "minecraft:deepslate",
"random_name": "atum:karst",
"true_at_and_below": {
"absolute": 0
}
},
"then_run": {
"type": "minecraft:block",
"result_state": {
"Name": "minecraft:deepslate",
"Name": "atum:karst",
"Properties": {
"axis": "y"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"feature": "atum:acacia",
"placement": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"feature": "atum:karst_rock",
"placement": [
{
"type": "minecraft:count",
"count": 2
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:biome"
}
]
}

0 comments on commit f1f602a

Please sign in to comment.