I am stupid

This commit is contained in:
Pyritie
2025-06-30 00:03:17 +01:00
parent f4b6430662
commit 5274a0955e
3 changed files with 7 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
{
"type": "minecraft:jigsaw",
"biomes": "#tfg:has_structure/moon_rabbit_houses",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE",
"max_distance_from_center": 1,
"project_start_to_heightmap": "MOTION_BLOCKING",
"size": 1,
"spawn_overrides": {},
"start_height": {
@@ -10,6 +10,6 @@
},
"start_pool": "tfg:moon/moon_rabbit_houses",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
"terrain_adaptation": "none",
"use_expansion_hack": false
}

View File

@@ -10,6 +10,6 @@
},
"start_pool": "tfg:moon/moonbase_entrances",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
"terrain_adaptation": "none",
"use_expansion_hack": false
}

View File

@@ -182,9 +182,7 @@ const registerAdAstraBiomeTags = (event) => {
event.add('tfg:has_structure/meteors', biome)
event.add('tfg:has_structure/cheese_ores', biome)
event.add('tfg:has_structure/moonbase', biome)
// TODO: disabled until we figure out what causes a big cube of blocks below them
//event.add('tfg:has_structure/moon_rabbit_houses', biome)
event.add('tfg:has_structure/moon_rabbit_houses', biome)
})
}