Alpha Release: 0.9.0 (#849)

Signed-off-by: Pyritie <pyritie@gmail.com>
Signed-off-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: Xikaro <os.valerievich@ya.ru>
Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com>
Co-authored-by: Redeix <brayden.j.m.ford@gmail.com>
Co-authored-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: aidie8 <aidenvanzuilen@gmail.com>
Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com>
Co-authored-by: Zleub <debray.arnaud@gmail.com>
This commit is contained in:
Pyritie 2025-04-15 19:27:17 +01:00 committed by GitHub
parent d344316e5a
commit ec2e3cd3c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2193 changed files with 104602 additions and 53195 deletions

View file

@ -0,0 +1,27 @@
{
"feature": "tfg:nether/surface/ash_pile",
"placement": [
{
"type": "minecraft:count",
"count": 15
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 32
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,39 @@
{
"feature": "tfg:nether/surface/ash_pile_small",
"placement": [
{
"type": "minecraft:count",
"count": 40
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 32
}
}
},
{
"type": "minecraft:environment_scan",
"allowed_search_condition": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
"direction_of_search": "down",
"max_steps": 12,
"target_condition": {
"type": "minecraft:solid"
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,27 @@
{
"feature": "tfg:nether/surface/beneath_mushrooms",
"placement": [
{
"type": "minecraft:count_on_every_layer",
"count": 1
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 36
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,50 @@
{
"feature": "tfg:nether/surface/big_mushrooms",
"placement": [
{
"type": "minecraft:count",
"count": 120
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 38
}
}
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:matching_blocks",
"offset": [
0,
-1,
0
],
"blocks": [
"minecraft:deepslate",
"minecraft:blackstone",
"beneath:soul_clay",
"tfc:dirt/silty_loam",
"tfc:dirt/loam",
"tfc:mud/silty_loam",
"tfc:mud/loam",
"tfc:muddy_roots/silty_loam",
"tfc:peat",
"tfg:rock/hardened_deepslate"
]
}
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,31 @@
{
"feature": "tfg:nether/surface/bone_patch",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 10
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 32
}
}
},
{
"type": "minecraft:count_on_every_layer",
"count": 1
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,39 @@
{
"feature": "tfg:nether/surface/charcoal_pile",
"placement": [
{
"type": "minecraft:count",
"count": 20
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 32
}
}
},
{
"type": "minecraft:environment_scan",
"allowed_search_condition": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
"direction_of_search": "down",
"max_steps": 12,
"target_condition": {
"type": "minecraft:solid"
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,43 @@
{
"feature": "tfg:nether/surface/charred_tree",
"placement": [
{
"type": "minecraft:count",
"count": 80
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 100
},
"min_inclusive": {
"above_bottom": 32
}
}
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:matching_blocks",
"offset": [
0,
-1,
0
],
"blocks": [
"minecraft:deepslate",
"minecraft:blackstone",
"minecraft:magma_block"
]
}
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,71 @@
{
"feature": "tfg:nether/surface/cobwebs",
"placement": [
{
"type": "minecraft:count_on_every_layer",
"count": 256
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 128
},
"min_inclusive": {
"above_bottom": 34
}
}
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
{
"type": "minecraft:any_of",
"predicates": [
{
"type": "minecraft:matching_block_tag",
"offset": [ 0, -1, 0 ],
"tag": "forge:stone"
},
{
"type": "minecraft:matching_block_tag",
"offset": [ 0, 1, 0 ],
"tag": "forge:stone"
},
{
"type": "minecraft:matching_block_tag",
"offset": [ -1, 0, 0 ],
"tag": "forge:stone"
},
{
"type": "minecraft:matching_block_tag",
"offset": [ 1, 0, 0 ],
"tag": "forge:stone"
},
{
"type": "minecraft:matching_block_tag",
"offset": [ 0, 0, -1 ],
"tag": "forge:stone"
},
{
"type": "minecraft:matching_block_tag",
"offset": [ 0, 0, 1 ],
"tag": "forge:stone"
}
]
}
]
}
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,31 @@
{
"feature": "tfg:nether/surface/dead_bush_patch",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 3
},
{
"type": "minecraft:count_on_every_layer",
"count": 1
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 38
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,50 @@
{
"feature": "tfg:nether/surface/glow_mushroom",
"placement": [
{
"type": "minecraft:count",
"count": 60
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 38
}
}
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:matching_blocks",
"offset": [
0,
-1,
0
],
"blocks": [
"minecraft:deepslate",
"minecraft:blackstone",
"beneath:soul_clay",
"tfc:dirt/silty_loam",
"tfc:dirt/loam",
"tfc:mud/silty_loam",
"tfc:mud/loam",
"tfc:muddy_roots/silty_loam",
"tfc:peat",
"tfg:rock/hardened_deepslate"
]
}
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,27 @@
{
"feature": "tfg:nether/surface/green_algae_patch",
"placement": [
{
"type": "minecraft:count_on_every_layer",
"count": 20
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 42
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,31 @@
{
"feature": "tfg:nether/surface/guano_patch",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 10
},
{
"type": "minecraft:count_on_every_layer",
"count": 1
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 32
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,31 @@
{
"feature": "tfg:nether/surface/humus_patch",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 10
},
{
"type": "minecraft:count_on_every_layer",
"count": 1
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 48
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,41 @@
{
"feature": "tfg:nether/surface/loose_basalt",
"placement": [
{
"type": "minecraft:count",
"count": 256
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 30
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
{
"type": "minecraft:matching_block_tag",
"offset": [ 0, -1, 0 ],
"tag": "minecraft:base_stone_nether"
}
]
}
}
]
}

View file

@ -0,0 +1,41 @@
{
"feature": "tfg:nether/surface/loose_deepslate",
"placement": [
{
"type": "minecraft:count",
"count": 256
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 33
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
{
"type": "minecraft:matching_block_tag",
"offset": [ 0, -1, 0 ],
"tag": "minecraft:base_stone_nether"
}
]
}
}
]
}

View file

@ -0,0 +1,41 @@
{
"feature": "tfg:nether/surface/loose_diorite",
"placement": [
{
"type": "minecraft:count",
"count": 256
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 30
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
{
"type": "minecraft:matching_block_tag",
"offset": [ 0, -1, 0 ],
"tag": "minecraft:base_stone_nether"
}
]
}
}
]
}

View file

@ -0,0 +1,41 @@
{
"feature": "tfg:nether/surface/loose_dripstone",
"placement": [
{
"type": "minecraft:count",
"count": 256
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 30
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
{
"type": "minecraft:matching_block_tag",
"offset": [ 0, -1, 0 ],
"tag": "minecraft:base_stone_nether"
}
]
}
}
]
}

View file

@ -0,0 +1,41 @@
{
"feature": "tfg:nether/surface/loose_gabbro",
"placement": [
{
"type": "minecraft:count",
"count": 256
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 30
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
{
"type": "minecraft:matching_block_tag",
"offset": [ 0, -1, 0 ],
"tag": "minecraft:base_stone_nether"
}
]
}
}
]
}

View file

@ -0,0 +1,41 @@
{
"feature": "tfg:nether/surface/loose_gneiss",
"placement": [
{
"type": "minecraft:count",
"count": 256
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 30
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
{
"type": "minecraft:matching_block_tag",
"offset": [ 0, -1, 0 ],
"tag": "minecraft:base_stone_nether"
}
]
}
}
]
}

View file

@ -0,0 +1,41 @@
{
"feature": "tfg:nether/surface/loose_granite",
"placement": [
{
"type": "minecraft:count",
"count": 256
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 30
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
{
"type": "minecraft:matching_block_tag",
"offset": [ 0, -1, 0 ],
"tag": "minecraft:base_stone_nether"
}
]
}
}
]
}

View file

@ -0,0 +1,41 @@
{
"feature": "tfg:nether/surface/loose_schist",
"placement": [
{
"type": "minecraft:count",
"count": 256
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 30
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
{
"type": "minecraft:matching_block_tag",
"offset": [ 0, -1, 0 ],
"tag": "minecraft:base_stone_nether"
}
]
}
}
]
}

View file

@ -0,0 +1,39 @@
{
"feature": "tfg:nether/surface/mangrove_tree",
"placement": [
{
"type": "minecraft:count",
"count": 120
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 48
}
}
},
{
"type": "minecraft:environment_scan",
"allowed_search_condition": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
"direction_of_search": "down",
"max_steps": 12,
"target_condition": {
"type": "minecraft:solid"
}
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,33 @@
{
"feature": "tfg:nether/surface/moss_patch_big",
"placement": [
{
"type": "minecraft:count",
"count": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 200,
"min_inclusive": 150
}
}
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 128
},
"min_inclusive": {
"above_bottom": 48
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,33 @@
{
"feature": "tfg:nether/surface/moss_patch_small",
"placement": [
{
"type": "minecraft:count",
"count": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 128,
"min_inclusive": 80
}
}
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 128
},
"min_inclusive": {
"above_bottom": 48
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,24 @@
{
"feature": "tfg:nether/surface/mushroom_sprouts",
"placement": [
{
"type": "minecraft:count_on_every_layer",
"count": 32
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 42
}
}
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,33 @@
{
"feature": "tfg:nether/surface/philodendron",
"placement": [
{
"type": "minecraft:count",
"count": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 157,
"min_inclusive": 100
}
}
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 128
},
"min_inclusive": {
"above_bottom": 42
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,39 @@
{
"feature": "tfg:nether/surface/pumice_patch",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 3
},
{
"type": "minecraft:count_on_every_layer",
"count": 5
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"above_bottom": 50
},
"min_inclusive": {
"above_bottom": 30
}
}
},
{
"type": "tfc:near_fluid",
"fluids": [
"minecraft:lava"
],
"radius": 5
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,31 @@
{
"feature": "tfg:nether/surface/rotten_flesh_patch",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 15
},
{
"type": "minecraft:count_on_every_layer",
"count": 1
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 36
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,27 @@
{
"feature": "tfg:nether/surface/small_mushrooms",
"placement": [
{
"type": "minecraft:count_on_every_layer",
"count": 2
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 36
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,31 @@
{
"feature": "tfg:nether/surface/stick_patch",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 3
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 120
},
"min_inclusive": {
"above_bottom": 42
}
}
},
{
"type": "minecraft:count_on_every_layer",
"count": 1
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}