Skip to content

Commit 71de3be

Browse files
committed
beneath worldgen tweaks
1 parent b66bc41 commit 71de3be

12 files changed

Lines changed: 59 additions & 30 deletions

File tree

kubejs/data/tfg/worldgen/biome/nether/lush_hollow.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@
4343
[],
4444
"#tfg:nether_veins",
4545
"#tfg:nether_underground_decoration",
46-
[],
46+
[
47+
"tfg:nether/terrain/lush_caves_clay"
48+
],
4749
"#tfg:nether_crops",
4850
[
4951
"tfg:nether/tree/ginkgo",
@@ -55,7 +57,6 @@
5557
"tfg:nether/tree/beech_fallen_leaves",
5658
"tfg:nether/tree/beech_twig",
5759
"tfg:nether/terrain/lush_caves_ceiling",
58-
"tfg:nether/terrain/lush_caves_clay",
5960
"tfg:nether/terrain/lush_caves_vegetation",
6061
"minecraft:spore_blossom",
6162
"beneath:gleamflower_patch",

kubejs/data/tfg/worldgen/configured_feature/nether/crop/beans.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
]
3333
},
34-
"tries": 16,
34+
"tries": 32,
3535
"xz_spread": 5,
3636
"y_spread": 1
3737
}

kubejs/data/tfg/worldgen/configured_feature/nether/crop/cassava.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
]
3333
},
34-
"tries": 16,
34+
"tries": 32,
3535
"xz_spread": 5,
3636
"y_spread": 1
3737
}

kubejs/data/tfg/worldgen/configured_feature/nether/crop/ghost_pepper.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
]
3333
},
34-
"tries": 16,
34+
"tries": 32,
3535
"xz_spread": 5,
3636
"y_spread": 1
3737
}

kubejs/data/tfg/worldgen/configured_feature/nether/crop/peanut.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
]
3333
},
34-
"tries": 16,
34+
"tries": 32,
3535
"xz_spread": 5,
3636
"y_spread": 1
3737
}

kubejs/data/tfg/worldgen/configured_feature/nether/surface/murkweed_patch.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,18 @@
1717
{
1818
"type": "minecraft:block_predicate_filter",
1919
"predicate": {
20-
"type": "minecraft:matching_blocks",
21-
"blocks": "minecraft:air"
20+
"type": "minecraft:all_of",
21+
"predicates": [
22+
{
23+
"type": "minecraft:matching_block_tag",
24+
"offset": [ 0, -1, 0 ],
25+
"tag": "minecraft:nether_carver_replaceables"
26+
},
27+
{
28+
"type": "minecraft:matching_blocks",
29+
"blocks": "minecraft:air"
30+
}
31+
]
2232
}
2333
},
2434
{

kubejs/data/tfg/worldgen/configured_feature/nether/surface/needlegrass_patch.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,18 @@
1717
{
1818
"type": "minecraft:block_predicate_filter",
1919
"predicate": {
20-
"type": "minecraft:matching_blocks",
21-
"blocks": "minecraft:air"
20+
"type": "minecraft:all_of",
21+
"predicates": [
22+
{
23+
"type": "minecraft:matching_block_tag",
24+
"offset": [ 0, -1, 0 ],
25+
"tag": "minecraft:nether_carver_replaceables"
26+
},
27+
{
28+
"type": "minecraft:matching_blocks",
29+
"blocks": "minecraft:air"
30+
}
31+
]
2232
}
2333
},
2434
{

kubejs/data/tfg/worldgen/configured_feature/nether/surface/wither_rose_patch.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,18 @@
1717
{
1818
"type": "minecraft:block_predicate_filter",
1919
"predicate": {
20-
"type": "minecraft:matching_blocks",
21-
"blocks": "minecraft:air"
20+
"type": "minecraft:all_of",
21+
"predicates": [
22+
{
23+
"type": "minecraft:matching_block_tag",
24+
"offset": [ 0, -1, 0 ],
25+
"tag": "minecraft:nether_carver_replaceables"
26+
},
27+
{
28+
"type": "minecraft:matching_blocks",
29+
"blocks": "minecraft:air"
30+
}
31+
]
2232
}
2333
},
2434
{

kubejs/data/tfg/worldgen/configured_feature/nether/terrain/lush_caves_clay.json

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,28 @@
66
"placement": []
77
},
88
"features": [
9-
{
10-
"chance": 0.6,
11-
"feature": {
12-
"feature": "tfg:nether/terrain/clay_pool",
13-
"placement": []
14-
}
15-
},
169
{
1710
"chance": 0.4,
1811
"feature": {
1912
"feature": "tfg:nether/terrain/clay_patch_kaolin",
2013
"placement": [
2114
{
22-
"type": "minecraft:height_range",
23-
"height": {
24-
"type": "minecraft:uniform",
25-
"max_inclusive": {
26-
"absolute": 140
27-
},
28-
"min_inclusive": {
29-
"above_bottom": 48
30-
}
15+
"type": "lithostitched:condition",
16+
"condition": {
17+
"type": "lithostitched:height_filter",
18+
"range_type": "absolute",
19+
"permitted_range": [ 48, 140 ]
3120
}
3221
}
3322
]
3423
}
24+
},
25+
{
26+
"chance": 0.6,
27+
"feature": {
28+
"feature": "tfg:nether/terrain/clay_pool",
29+
"placement": []
30+
}
3531
}
3632
]
3733
}

kubejs/data/tfg/worldgen/placed_feature/nether/surface/steam_emitter_patch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"placement": [
44
{
55
"type": "minecraft:count",
6-
"count": 20
6+
"count": 12
77
},
88
{
99
"type": "minecraft:in_square"

0 commit comments

Comments
 (0)