Added mod files

This commit is contained in:
Jacob Vinding
2025-12-26 21:38:55 +01:00
parent 64c4d60c47
commit c4ad0f3e2e
5039 changed files with 894558 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:jigsaw",
"biomes": "#cabin:has_structure/abandoned_engineer_house",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 1,
"spawn_overrides": {},
"start_height": {
"absolute": 0
},
"start_pool": "cabin:abandoned_engineer_house",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:jigsaw",
"biomes": "#cabin:has_structure/blacksmith_shop",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 1,
"spawn_overrides": {},
"start_height": {
"absolute": 0
},
"start_pool": "cabin:blacksmith_shop",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:jigsaw",
"biomes": "#cabin:has_structure/broken_windmill",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 1,
"spawn_overrides": {},
"start_height": {
"absolute": -7
},
"start_pool": "cabin:broken_windmill",
"step": "surface_structures",
"terrain_adaptation": "none",
"use_expansion_hack": true
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:jigsaw",
"biomes": "#cabin:has_structure/campsite",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 1,
"spawn_overrides": {},
"start_height": {
"absolute": 0
},
"start_pool": "cabin:campsite",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:jigsaw",
"biomes": "#cabin:has_structure/log_cabin",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 1,
"spawn_overrides": {},
"start_height": {
"absolute": 0
},
"start_pool": "cabin:log_cabin",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:jigsaw",
"biomes": "#cabin:has_structure/mountain_cabin",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 1,
"spawn_overrides": {},
"start_height": {
"absolute": 0
},
"start_pool": "cabin:mountain_cabin",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
}

View File

@@ -0,0 +1,15 @@
{
"type": "lithostitched:jigsaw",
"biomes": "#cabin:has_structure/railshaft",
"max_distance_from_center": 128,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 12,
"spawn_overrides": {},
"start_height": {
"absolute": -8
},
"start_pool": "cabin:railshaft/house",
"step": "surface_structures",
"terrain_adaptation": "none",
"use_expansion_hack": true
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:jigsaw",
"biomes": "#cabin:has_structure/ruins/dripstone",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 7,
"spawn_overrides": {},
"start_height": {
"absolute": 0
},
"start_pool": "cabin:ruins/dripstone_start",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
}

View File

@@ -0,0 +1,27 @@
{
"type": "minecraft:jigsaw",
"biomes": "#cabin:has_structure/slime/earth",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 1,
"spawn_overrides": {
"monster": {
"bounding_box": "full",
"spawns": [
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 3,
"weight": 1
}
]
}
},
"start_height": {
"absolute": 0
},
"start_pool": "cabin:slime/earth",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
}

View File

@@ -0,0 +1,27 @@
{
"type": "minecraft:jigsaw",
"biomes": "#cabin:has_structure/slime/ender",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 1,
"spawn_overrides": {
"monster": {
"bounding_box": "full",
"spawns": [
{
"type": "tconstruct:ender_slime",
"maxCount": 4,
"minCount": 3,
"weight": 1
}
]
}
},
"start_height": {
"absolute": 0
},
"start_pool": "cabin:slime/ender",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
}

View File

@@ -0,0 +1,27 @@
{
"type": "minecraft:jigsaw",
"biomes": "#cabin:has_structure/slime/sky",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 2,
"spawn_overrides": {
"monster": {
"bounding_box": "full",
"spawns": [
{
"type": "tconstruct:sky_slime",
"maxCount": 4,
"minCount": 3,
"weight": 1
}
]
}
},
"start_height": {
"absolute": 0
},
"start_pool": "cabin:slime/sky",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
}