-
-
Notifications
You must be signed in to change notification settings - Fork 226
Cold Tall Mountain Variant #3017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
6787be4
934e18d
515ffaa
0fcc1b3
f24f2ff
94c158a
6672b79
e0bad08
f6cdca7
a523487
ee230f1
3be05db
f99ddec
4fac9f0
45490f5
6e0c083
5f32cdf
fee4a37
e1b7ea5
e7306ca
ab42a8d
f9cd360
9b134ec
400fd7b
891fff6
54d1b73
6bba2d6
39d2942
04e5304
4c8cb14
857b9cd
01b9217
a90ead4
334d6be
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually, one more thing, please add
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done(I did sync this time) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| .{ | ||
| .properties = .{.mountain, .cold, .wet}, | ||
| .tags = .{.pine, .snowy}, | ||
| .minHeight = 80, | ||
| .maxHeight = 256, | ||
| .smoothBeaches = true, | ||
| .radius = 420, | ||
| .mountains = 150, | ||
| .maxSubBiomeCount = 1, | ||
| .stoneBlock = "cubyz:glacite/smooth", | ||
| .music = "cubyz:sunrise", | ||
| .ground_structure = .{ | ||
| "cubyz:snow", | ||
| "4 to 6 cubyz:permafrost", | ||
| }, | ||
| .structures = .{ | ||
| .{ | ||
| .id = "cubyz:boulder", | ||
| .chance = 0.001, | ||
| .block = "cubyz:snow", | ||
| .size = 5, | ||
| .size_variance = 1, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/loblolly", | ||
| .placeMode = .degradable, | ||
| .chance = 0.05, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/eastern_white", | ||
| .placeMode = .degradable, | ||
| .chance = 0.05, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/young_tree", | ||
| .placeMode = .degradable, | ||
| .chance = 0.03, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/standalone_roots", | ||
| .placeMode = .degradable, | ||
| .chance = 0.03, | ||
| }, | ||
| }, | ||
| } |
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The tall mountain itself looks fine.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also, I think these biomes should be in |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| .{ | ||
| .properties = .{.mountain, .cold, .wet}, | ||
| .tags = .{.pine, .snowy}, | ||
| .minHeight = 128, | ||
| .maxHeight = 128, | ||
| .smoothBeaches = true, | ||
| .radius = 380, | ||
| .mountains = 120, | ||
| .chance = 0, | ||
| .maxSubBiomeCount = 1, | ||
| .stoneBlock = "cubyz:glacite/smooth", | ||
| .validPlayerSpawn = false, | ||
| .music = "cubyz:totaldemented/frigid_feeling", | ||
| .ground_structure = .{ | ||
| "cubyz:snow", | ||
| "4 to 6 cubyz:permafrost", | ||
| }, | ||
| .structures = .{ | ||
| .{ | ||
| .id = "cubyz:boulder", | ||
| .chance = 0.001, | ||
| .block = "cubyz:snow", | ||
| .size = 5, | ||
| .size_variance = 1, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/loblolly", | ||
| .placeMode = .degradable, | ||
| .chance = 0.05, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/eastern_white", | ||
| .placeMode = .degradable, | ||
| .chance = 0.05, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/young_tree", | ||
| .placeMode = .degradable, | ||
| .chance = 0.035, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/standalone_roots", | ||
| .placeMode = .degradable, | ||
| .chance = 0.02, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:stalagmite", | ||
| .block = "cubyz:snow", | ||
| .chance = 0.02, | ||
| .size = 6, | ||
| .size_variation = 5, | ||
| }, | ||
| }, | ||
| .parentBiomes = .{ | ||
| .{ | ||
| .id = "cubyz:cold_mountains", | ||
| .chance = 0.65, | ||
| }, | ||
| }, | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| .{ | ||
| .properties = .{.mountain, .cold, .wet}, | ||
| .tags = .{.pine, .snowy}, | ||
| .minHeight = 238, | ||
| .maxHeight = 238, | ||
| .smoothBeaches = true, | ||
| .radius = 340, | ||
| .mountains = 150, | ||
| .chance = 0, | ||
| .maxSubBiomeCount = 1, | ||
| .stoneBlock = "cubyz:glacite/smooth", | ||
| .validPlayerSpawn = false, | ||
| .music = "cubyz:totaldemented/frigid_feeling", | ||
| .ground_structure = .{ | ||
| "cubyz:snow", | ||
| "4 to 6 cubyz:permafrost", | ||
| }, | ||
| .structures = .{ | ||
| .{ | ||
| .id = "cubyz:boulder", | ||
| .chance = 0.001, | ||
| .block = "cubyz:snow", | ||
| .size = 5, | ||
| .size_variance = 1, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/loblolly", | ||
| .placeMode = .degradable, | ||
| .chance = 0.04, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/eastern_white", | ||
| .placeMode = .degradable, | ||
| .chance = 0.04, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/young_tree", | ||
| .placeMode = .degradable, | ||
| .chance = 0.03, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/standalone_roots", | ||
| .placeMode = .degradable, | ||
| .chance = 0.015, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:stalagmite", | ||
| .block = "cubyz:snow", | ||
| .chance = 0.02, | ||
| .size = 6, | ||
| .size_variation = 5, | ||
| }, | ||
| }, | ||
| .parentBiomes = .{ | ||
| .{ | ||
| .id = "cubyz:tall_mountain/cold/base", | ||
| .chance = 1, | ||
| }, | ||
| }, | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| .{ | ||
| .properties = .{.mountain, .cold, .wet}, | ||
| .tags = .{.pine, .snowy}, | ||
| .minHeight = 348, | ||
| .maxHeight = 348, | ||
| .smoothBeaches = true, | ||
| .radius = 280, | ||
| .mountains = 130, | ||
| .chance = 0, | ||
| .maxSubBiomeCount = 1, | ||
| .stoneBlock = "cubyz:glacite/smooth", | ||
| .validPlayerSpawn = false, | ||
| .music = "cubyz:totaldemented/frigid_feeling", | ||
| .ground_structure = .{ | ||
| "1 to 2 cubyz:snow", | ||
| "4 to 5 cubyz:permafrost", | ||
| }, | ||
| .structures = .{ | ||
| .{ | ||
| .id = "cubyz:boulder", | ||
| .chance = 0.001, | ||
| .block = "cubyz:snow", | ||
| .size = 5, | ||
| .size_variance = 1, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/loblolly", | ||
| .placeMode = .degradable, | ||
| .chance = 0.025, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/eastern_white", | ||
| .placeMode = .degradable, | ||
| .chance = 0.025, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/young_tree", | ||
| .placeMode = .degradable, | ||
| .chance = 0.02, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/standalone_roots", | ||
| .placeMode = .degradable, | ||
| .chance = 0.01, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:stalagmite", | ||
| .block = "cubyz:snow", | ||
| .chance = 0.02, | ||
| .size = 6, | ||
| .size_variation = 5, | ||
| }, | ||
| }, | ||
| .parentBiomes = .{ | ||
| .{ | ||
| .id = "cubyz:tall_mountain/cold/slope1", | ||
| .chance = 1, | ||
| }, | ||
| }, | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| .{ | ||
| .properties = .{.mountain, .cold, .wet}, | ||
| .tags = .{.pine, .snowy}, | ||
| .minHeight = 458, | ||
| .maxHeight = 458, | ||
| .smoothBeaches = true, | ||
| .radius = 220, | ||
| .mountains = 110, | ||
| .chance = 0, | ||
| .maxSubBiomeCount = 1, | ||
| .stoneBlock = "cubyz:glacite/smooth", | ||
| .validPlayerSpawn = false, | ||
| .music = "cubyz:totaldemented/frigid_feeling", | ||
| .ground_structure = .{ | ||
| "1 to 3 cubyz:snow", | ||
| "3 to 5 cubyz:permafrost", | ||
| }, | ||
| .structures = .{ | ||
| .{ | ||
| .id = "cubyz:boulder", | ||
| .chance = 0.001, | ||
| .block = "cubyz:snow", | ||
| .size = 5, | ||
| .size_variance = 1, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/loblolly", | ||
| .placeMode = .degradable, | ||
| .chance = 0.025, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/eastern_white", | ||
| .placeMode = .degradable, | ||
| .chance = 0.025, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/young_tree", | ||
| .placeMode = .degradable, | ||
| .chance = 0.02, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/standalone_roots", | ||
| .placeMode = .degradable, | ||
| .chance = 0.01, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:stalagmite", | ||
| .block = "cubyz:snow", | ||
| .chance = 0.02, | ||
| .size = 6, | ||
| .size_variation = 5, | ||
| }, | ||
| }, | ||
| .parentBiomes = .{ | ||
| .{ | ||
| .id = "cubyz:tall_mountain/cold/slope2", | ||
| .chance = 1, | ||
| }, | ||
| }, | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| .{ | ||
| .properties = .{.mountain, .cold, .wet}, | ||
| .tags = .{.pine, .snowy}, | ||
| .minHeight = 568, | ||
| .maxHeight = 568, | ||
| .smoothBeaches = true, | ||
| .radius = 170, | ||
| .mountains = 100, | ||
| .chance = 0, | ||
| .maxSubBiomeCount = 1, | ||
| .stoneBlock = "cubyz:glacite/smooth", | ||
| .validPlayerSpawn = false, | ||
| .music = "cubyz:totaldemented/frigid_feeling", | ||
| .ground_structure = .{ | ||
| "2 to 3 cubyz:snow", | ||
| "3 to 4 cubyz:permafrost", | ||
| }, | ||
| .structures = .{ | ||
| .{ | ||
| .id = "cubyz:boulder", | ||
| .chance = 0.001, | ||
| .block = "cubyz:snow", | ||
| .size = 5, | ||
| .size_variance = 1, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/loblolly", | ||
| .placeMode = .degradable, | ||
| .chance = 0.01, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/eastern_white", | ||
| .placeMode = .degradable, | ||
| .chance = 0.01, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/pine/young_tree", | ||
| .placeMode = .degradable, | ||
| .chance = 0.015, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:tree/coniferous/standalone_roots", | ||
| .placeMode = .degradable, | ||
| .chance = 0.005, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:stalagmite", | ||
| .block = "cubyz:snow", | ||
| .chance = 0.02, | ||
| .size = 6, | ||
| .size_variation = 5, | ||
| }, | ||
| }, | ||
| .parentBiomes = .{ | ||
| .{ | ||
| .id = "cubyz:tall_mountain/cold/slope3", | ||
| .chance = 1, | ||
| }, | ||
| }, | ||
| } |

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, I know you're not gonna like what I'm gonna say, but for making snowy biomes like this I think we should wait for #1364
I really do not like how snowy-forest type biomes look when there's snow on the ground but the trees are completely bare. It just looks wrong.
I would be okay with it if there was just significantly less trees here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
honestly I just put this in because I didn't want to put the tall mountain with trees on a cold mountain without them. I don't really care how many there are. I can change tree count or just switch it to generate on an already in game mountain.