I am stupid
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user