Skip to content

Commit d80baaf

Browse files
committed
Update bristled_forest & grim_woodlands
1 parent 4149f62 commit d80baaf

12 files changed

Lines changed: 195 additions & 54 deletions

File tree

biome-providers/stages/aether_distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stages:
2020
- AETHER_DRIFTLANDS: 1
2121
- AETHER_LAVENDER_DRIFTLANDS: 1
2222
- AETHER_CRIMSON_HEIGHTS: 1
23-
- AETHER_WEBBED_FOREST: 1
23+
- AETHER_GRIM_WOODLANDS: 1
2424
- AETHER_DISCUS_AETHER: 1
2525
- AETHER_CLOUDLANDS: 1
2626
to:

biomes/abstract/aether.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ vanilla: minecraft:windswept_hills
2222
# downfall: 0.5
2323

2424
features:
25+
preprocessors:
26+
- CLOUD_PLANE
2527
postprocessors:
2628
- HANGING_LANTERNS
2729
structures:
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
id: AETHER_WEBBED_FOREST
1+
id: AETHER_GRIM_WOODLANDS
22
type: BIOME
33
extends: [ AETHER, AETHER_PLAINS, EQ_DEFAULT]
4-
color: $biomes/colors.yml:AETHER_WEBBED_FOREST
4+
color: $biomes/colors.yml:AETHER_GRIM_WOODLANDS
55
vanilla: minecraft:the_end
66

77
colors:
8-
grass: 0x4c5e3f
9-
foliage: 0x4c5e3f
8+
grass: 0x242423
9+
foliage: 0x242423
1010

1111
palette:
12-
- AETHER_PODZOL: 319
12+
- AETHER_GRIM_PODZOL: 319
1313

1414
features:
1515
postprocessors:
@@ -19,7 +19,7 @@ features:
1919
- GRASS
2020
- FERNS
2121
trees:
22-
- WEB_TREES
22+
- GRIM_TREES
2323
landforms:
2424
- SMALL_MOSSY_BOULDER_PATCHES
2525
- GRAVES

biomes/aether/highlands/aether_bristled_forest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ terrain:
4848
frequency: 0.005 / ${meta.yml:terrain-configuration.island-scale}
4949

5050
colors:
51-
grass: 0x619961
52-
foliage: 0x619961
51+
grass: 0x635229
52+
foliage: 0x635229
5353

5454
palette:
5555
- AETHER_PODZOL: 319

biomes/colors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# aether highlands
22
AETHER_HIGHLANDS: 0x99bbff
33
AETHER_HIGHLANDS_FOREST: 0x003300
4-
AETHER_BRISTLED_FOREST: 0xEADDCA
4+
AETHER_BRISTLED_FOREST: 0x635229
55
AETHER_RUGGED_CLIFFS: 0x2EFF2E
66
AETHER_ANCIENT_WASTES: 0x444444
77
AETHER_MOUNTAINS: 0x95e674
@@ -16,7 +16,7 @@ AETHER_FOREST: 0x669900
1616
AETHER_LAVENDER_DRIFTLANDS: 0xbf40bf
1717
AETHER_LUSH_FOREST: 0x00b300
1818
AETHER_PLAINS: 0x4d9900
19-
AETHER_WEBBED_FOREST: 0x4c5e3f
19+
AETHER_GRIM_WOODLANDS: 0x242423
2020
AETHER_CLOUDLANDS: 0xc9c9c9
2121
AETHER_DISCUS_AETHER: 0xB0da9f
2222

features/aether/cloud_plane.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
id: CLOUD_PLANE
2+
type: FEATURE
3+
4+
distributor:
5+
type: AND
6+
distributors:
7+
- type: SAMPLER
8+
sampler:
9+
type: POSITIVE_WHITE_NOISE
10+
salt: 1031
11+
threshold: 0.4
12+
- type: SAMPLER
13+
sampler:
14+
type: PROBABILITY
15+
sampler:
16+
type: DOMAIN_WARP
17+
amplitude: 5
18+
warp:
19+
type: GAUSSIAN
20+
sampler:
21+
type: OPEN_SIMPLEX_2
22+
salt: 9419
23+
threshold: 0.4
24+
25+
locator:
26+
type: PATTERN
27+
range:
28+
min: 254
29+
max: 255
30+
pattern:
31+
type: MATCH_AIR
32+
offset: 0
33+
34+
structures:
35+
distribution:
36+
type: CONSTANT
37+
structures: BLOCK:minecraft:white_stained_glass

features/aether/structures/ruins/ancient_towers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ type: FEATURE
33

44
distributor:
55
type: PADDED_GRID
6-
width: 57
7-
padding: 43
8-
salt: 4858
6+
width: 78
7+
padding: 67
8+
salt: 4808
99

1010
locator:
1111
type: AND

features/aether/vegetation/trees/web_trees.yml renamed to features/aether/vegetation/trees/grim_trees.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: WEB_TREES
1+
id: GRIM_TREES
22
type: FEATURE
33

44
distributor:
@@ -12,7 +12,7 @@ locator:
1212
locators:
1313
- type: TOP
1414
range: &range
15-
min: 100
15+
min: 50
1616
max: 319
1717
- type: PATTERN
1818
range: *range
@@ -33,6 +33,5 @@ structures:
3333
distribution:
3434
type: WHITE_NOISE
3535
structures:
36-
- dead_tree_procedural: 1
37-
- web_tree_procedural: 6
38-
- web_tree_procedural_2: 3
36+
- grim_tree_procedural: 5
37+
- big_grim_tree_procedural: 1
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
id: AETHER_GRIM_PODZOL
2+
type: PALETTE
3+
4+
layers:
5+
- materials:
6+
- minecraft:grass_block: 4
7+
- minecraft:coarse_dirt: 1
8+
- minecraft:podzol: 1
9+
- minecraft:black_concrete_powder: 2
10+
layers: 1
11+
sampler:
12+
type: DOMAIN_WARP
13+
amplitude: 1
14+
warp:
15+
type: GAUSSIAN
16+
sampler:
17+
type: FBM
18+
octaves: 2
19+
sampler:
20+
type: OPEN_SIMPLEX_2
21+
frequency: 0.2
22+
salt: 293
23+
- materials:
24+
- minecraft:dirt: 1
25+
layers: 2
26+
- materials:
27+
- minecraft:stone: 10
28+
- minecraft:cobblestone: 5
29+
- minecraft:mossy_cobblestone: 3
30+
layers: 1
31+
sampler:
32+
type: DOMAIN_WARP
33+
amplitude: 1
34+
warp:
35+
type: GAUSSIAN
36+
sampler:
37+
type: FBM
38+
octaves: 2
39+
sampler:
40+
type: OPEN_SIMPLEX_2
41+
frequency: 0.2
42+
salt: 293

structures/aether/vegetation/trees/web_tree_procedural.tesf renamed to structures/aether/vegetation/trees/big_grim_tree_procedural.tesf

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ num randPrecision = 100;
22
num goldenAngle = 2.39996;
33
num pi = 3.14159;
44

5-
num trunkHeight = 5+randomInt(7);
5+
num trunkHeight = 8+randomInt(9);
66
str trunkBlock = "minecraft:dark_oak_log";
77
str rootBlock = "minecraft:dark_oak_wood";
88

9-
num sideBranchInterval = 10;
9+
num sideBranchInterval = 3;
1010
num sideBranchMinHeight = 3+randomInt(3);
11-
num sideBranchLengthMin = 2+randomInt(2);
11+
num sideBranchLengthMin = 7+randomInt(2);
1212
num sideBranchLengthVariation = 2;
1313
num sideBranchVerticalVariation = 0;
1414
num sideBranchVerticalDirection = 0.5+randomInt(randPrecision)/randPrecision/2;
@@ -22,11 +22,11 @@ str sideBranchBlockX = "minecraft:dark_oak_log[axis=x]";
2222
str sideBranchBlockY = "minecraft:dark_oak_log[axis=y]";
2323
str sideBranchBlockZ = "minecraft:dark_oak_log[axis=z]";
2424

25-
num topBranches = 3+randomInt(2);
26-
num topBranchLengthUpwardsMin = 3+randomInt(3);
27-
num topBranchLengthOutwardsMin = 4+randomInt(3);
28-
num topBranchVerticalDirection = 0.5+randomInt(randPrecision)/randPrecision/3;
29-
num topBranchLeafRadiusMin = 3;
25+
num topBranches = 5+randomInt(5);
26+
num topBranchLengthUpwardsMin = 8+randomInt(5);
27+
num topBranchLengthOutwardsMin = 12+randomInt(5);
28+
num topBranchVerticalDirection = 0.1+randomInt(randPrecision)/randPrecision/3;
29+
num topBranchLeafRadiusMin = 4;
3030
num topBranchLeafTranslate = 0;
3131
num topBranchLeafTopFlatness = 2;
3232
num topBranchLeafBottomFlatness = 3;
@@ -164,9 +164,9 @@ block(0, -1, 0, "minecraft:dirt");
164164

165165
num twopi = pi*2;
166166

167-
for (num v = 35; v > trunkHeight; v = v - 1) {
168-
num rx = sin(randomInt(randPrecision)/randPrecision * twopi) * (randomInt(9) + 3);
169-
num rz = cos(randomInt(randPrecision)/randPrecision * twopi) * (randomInt(9) + 3);
167+
for (num v = trunkHeight+10; v > trunkHeight; v = v - 1) {
168+
num rx = sin(randomInt(randPrecision)/randPrecision * twopi) * (randomInt(3)+1);
169+
num rz = cos(randomInt(randPrecision)/randPrecision * twopi) * (randomInt(3)+1);
170170
structure(rx, v, rz, "hanging_cobweb", "NONE");
171171
structure(-rx, v, rz, "hanging_cobweb", "NONE");
172172
structure(rx, v, -rz, "hanging_cobweb", "NONE");

0 commit comments

Comments
 (0)