added new illager invisible structures and small camps

This commit is contained in:
Pyritie 2025-12-15 00:38:12 +00:00
parent b79493883b
commit 5c0842dcff
20 changed files with 587 additions and 3 deletions

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:jigsaw",
"start_pool": "tfg:illagers/camp_start_pool",
"size": 3,
"max_distance_from_center": 50,
"biomes": "#tfg:has_structure/illager_camp",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"start_height": {
"absolute": 0
},
"project_start_to_heightmap": "MOTION_BLOCKING",
"use_expansion_hack": false,
"adapt_noise": true,
"spawn_overrides": {
"creature": {
"bounding_box": "full",
"spawns": []
},
"monster": {
"bounding_box": "full",
"spawns": []
}
}
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:jigsaw",
"start_pool": "tfg:illagers/forest_roaming_start_pool",
"size": 3,
"max_distance_from_center": 12,
"biomes": "#tfg:has_structure/illager_roaming",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"start_height": {
"absolute": 0
},
"project_start_to_heightmap": "MOTION_BLOCKING",
"use_expansion_hack": false,
"adapt_noise": true,
"spawn_overrides": {
"creature": {
"bounding_box": "full",
"spawns": []
},
"monster": {
"bounding_box": "full",
"spawns": []
}
}
}

View file

@ -1,7 +1,7 @@
{
"type": "minecraft:jigsaw",
"start_pool": "tfg:illagers/norse_village_living_start_pool",
"size": 4,
"size": 5,
"max_distance_from_center": 116,
"biomes": "#tfg:has_structure/illages",
"step": "surface_structures",

View file

@ -1,7 +1,7 @@
{
"type": "minecraft:jigsaw",
"start_pool": "tfg:illagers/norse_village_ruined_start_pool",
"size": 4,
"size": 5,
"max_distance_from_center": 116,
"biomes": "#tfg:has_structure/illages",
"step": "surface_structures",