bunch o venus stuff

This commit is contained in:
Pyritie 2026-02-03 15:51:45 +00:00
parent f37f3b258c
commit abef642e66
22 changed files with 676 additions and 113 deletions

View file

@ -10,6 +10,6 @@
"falling": "true"
}
},
"valid_blocks": "#base_stone_nether"
"valid_blocks": "#minecraft:base_stone_nether"
}
}

View file

@ -27,7 +27,7 @@
"placement": [
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
"heightmap": "WORLD_SURFACE"
},
{
"type": "minecraft:block_predicate_filter",

View file

@ -27,7 +27,7 @@
"placement": [
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
"heightmap": "WORLD_SURFACE"
},
{
"type": "minecraft:block_predicate_filter",

View file

@ -27,7 +27,7 @@
"placement": [
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
"heightmap": "WORLD_SURFACE"
},
{
"type": "minecraft:block_predicate_filter",

View file

@ -27,7 +27,7 @@
"placement": [
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
"heightmap": "WORLD_SURFACE"
},
{
"type": "minecraft:block_predicate_filter",

View file

@ -27,7 +27,7 @@
"placement": [
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
"heightmap": "WORLD_SURFACE"
},
{
"type": "minecraft:block_predicate_filter",

View file

@ -16,7 +16,7 @@
"placement": [
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR_WG"
"heightmap": "WORLD_SURFACE"
},
{
"type": "minecraft:block_predicate_filter",
@ -24,9 +24,9 @@
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_block_tag",
"type": "minecraft:has_sturdy_face",
"offset": [ 0, -1, 0 ],
"tag": "ad_astra:venus_stone_replaceables"
"direction": "down"
},
{
"type": "minecraft:matching_blocks",

View file

@ -80,8 +80,8 @@
]
}
],
"radius": 8,
"count": 32,
"radius": 12,
"count": 48,
"rarity": 1
}
}

View file

@ -0,0 +1,11 @@
{
"type": "tfc:flood_fill_lake",
"config": {
"overfill": true,
"replace_fluids": [
"minecraft:lava",
"tfg:geyser_slurry"
],
"state": "tfg:fluid/sulfur_fumes"
}
}

View file

@ -0,0 +1,87 @@
{
"type": "tfc:hot_spring",
"config": {
"fluid_state": "tfg:fluid/sulfur_fumes",
"radius": 8,
"decoration": {
"blocks": [
{
"replace": [
"tfc:rock/raw/rhyolite"
],
"with": [
{
"block": "tfc:rock/magma/rhyolite"
}
]
},
{
"replace": [
"tfc:rock/raw/basalt",
"ad_astra:moon_deepslate"
],
"with": [
{
"block": "tfc:rock/magma/basalt"
}
]
},
{
"replace": [
"tfc:rock/raw/andesite"
],
"with": [
{
"block": "tfc:rock/magma/andesite"
}
]
},
{
"replace": [
"tfc:rock/raw/dacite"
],
"with": [
{
"block": "tfc:rock/magma/dacite"
}
]
},
{
"replace": [
"tfc:rock/raw/granite",
"gtceu:red_granite"
],
"with": [
{
"block": "tfc:rock/magma/granite"
}
]
},
{
"replace": [
"tfc:rock/raw/diorite"
],
"with": [
{
"block": "tfc:rock/magma/diorite"
}
]
},
{
"replace": [
"tfc:rock/raw/gabbro",
"minecraft:deepslate"
],
"with": [
{
"block": "tfc:rock/magma/gabbro"
}
]
}
],
"radius": 8,
"count": 24,
"rarity": 1
}
}
}

View file

@ -12,7 +12,7 @@
"type": "tfg:attached_decorative_plant",
"config": {
"block": "betterend:tube_worm",
"heightRange": 5
"heightRange": 1
}
},
"placement": []
@ -33,7 +33,7 @@
"fluid": "sulfur_fumes"
}
},
"heightRange": 5
"heightRange": 1
}
},
"placement": []
@ -48,8 +48,8 @@
},
"placement": []
},
"tries": 36,
"tries": 48,
"xz_spread": 4,
"y_spread": 0
"y_spread": 5
}
}