more fiddling with the moon rabbit houses. I'm just gonna disable them until I find out what's causing the boxes under them, they look too ugly otherwise

This commit is contained in:
Pyritie 2025-06-29 20:04:26 +01:00
parent 282a20e2cd
commit 2e48f134ae
3 changed files with 6 additions and 11 deletions

View file

@ -1,13 +1,8 @@
{
"type": "minecraft:jigsaw",
"start_pool": "tfg:moon/moon_rabbit_houses",
"start_height": {
"absolute": 0
},
"size": 1,
"biomes": "#tfg:has_structure/moon_rabbit_houses",
"max_distance_from_center": 32,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE",
"size": 1,
"spawn_overrides": {},
"start_height": {

View file

@ -2,7 +2,7 @@
"type": "minecraft:jigsaw",
"biomes": "#tfg:has_structure/moonbase",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"project_start_to_heightmap": "WORLD_SURFACE",
"size": 5,
"spawn_overrides": {},
"start_height": {

View file

@ -182,9 +182,9 @@ 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)
event.add('tfg:has_structure/moon_rabbit_houses', biome)
event.add('minecraft:spawns_gold_rabbits', biome)
event.add('minecraft:spawns_white_rabbits', 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)
})
}