diff --git a/overworld/biomes/tundra-spiked-cavern.json b/overworld/biomes/tundra-spiked-cavern.json new file mode 100644 index 00000000..8d3f1ed5 --- /dev/null +++ b/overworld/biomes/tundra-spiked-cavern.json @@ -0,0 +1,153 @@ +{ + "name": "Sharpened Tundra Cavern", + "layers": [ + { + "style": { + "style": "STATIC" + }, + "zoom": 0.2, + "minHeight": 1, + "maxHeight": 2, + "palette": [ + "STONE", + "ANDESITE", + "COBBLESTONE", + "GRAVEL" + ] + } + ], + "loot": { + "tables": [ + "cave-clutter" + ] + }, + "slab": { + "style": { + "style": "IRIS" + }, + "zoom": 0.5, + "palette": [ + "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", + "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR" + ] + }, + "decorators": [ + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, + { + "zoom": 0.3, + "chance": 0.002, + "palette": [ + "COBWEB" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.0011, + "palette": [ + "minecraft:sweet_berry_bush[age=0]", + "minecraft:sweet_berry_bush[age=1]", + "minecraft:sweet_berry_bush[age=2]", + "minecraft:sweet_berry_bush[age=3]" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.001, + "palette": [ + "PRISMARINE_WALL" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "generators": [ + { + "generator": "plain", + "min": 4, + "max": 6 + } + ], + "objects": [ + { + "chance": 0.000856, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "grave/grave" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 1, + "edit": [ + { + "find": ["Stone"], + "replace": [ + "STONE", + "ANDESITE", + "COBBLESTONE", + "GRAVEL" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "stone-clutt/stone-spike-1", + "stone-clutt/stone-spike-2", + "stone-clutt/stone-spike-3", + "stone-clutt/stone-spike-4", + "stone-clutt/stone-spike-5", + "stone-clutt/stone-spike-6", + "stone-clutt/stone-spike-7", + "stone-clutt/stone-spike-8" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + } + ], + "derivative": "FROZEN_OCEAN" +} \ No newline at end of file diff --git a/overworld/objects/stone-clutt/stone-spike-1.iob b/overworld/objects/stone-clutt/stone-spike-1.iob new file mode 100644 index 00000000..ace7fec4 Binary files /dev/null and b/overworld/objects/stone-clutt/stone-spike-1.iob differ diff --git a/overworld/objects/stone-clutt/stone-spike-2.iob b/overworld/objects/stone-clutt/stone-spike-2.iob new file mode 100644 index 00000000..b9a56472 Binary files /dev/null and b/overworld/objects/stone-clutt/stone-spike-2.iob differ diff --git a/overworld/objects/stone-clutt/stone-spike-3.iob b/overworld/objects/stone-clutt/stone-spike-3.iob new file mode 100644 index 00000000..c1cf3feb Binary files /dev/null and b/overworld/objects/stone-clutt/stone-spike-3.iob differ diff --git a/overworld/objects/stone-clutt/stone-spike-4.iob b/overworld/objects/stone-clutt/stone-spike-4.iob new file mode 100644 index 00000000..48b446f4 Binary files /dev/null and b/overworld/objects/stone-clutt/stone-spike-4.iob differ diff --git a/overworld/objects/stone-clutt/stone-spike-5.iob b/overworld/objects/stone-clutt/stone-spike-5.iob new file mode 100644 index 00000000..c512745d Binary files /dev/null and b/overworld/objects/stone-clutt/stone-spike-5.iob differ diff --git a/overworld/objects/stone-clutt/stone-spike-6.iob b/overworld/objects/stone-clutt/stone-spike-6.iob new file mode 100644 index 00000000..1106edc5 Binary files /dev/null and b/overworld/objects/stone-clutt/stone-spike-6.iob differ diff --git a/overworld/objects/stone-clutt/stone-spike-7.iob b/overworld/objects/stone-clutt/stone-spike-7.iob new file mode 100644 index 00000000..7d232d58 Binary files /dev/null and b/overworld/objects/stone-clutt/stone-spike-7.iob differ diff --git a/overworld/objects/stone-clutt/stone-spike-8.iob b/overworld/objects/stone-clutt/stone-spike-8.iob new file mode 100644 index 00000000..8f33b48b Binary files /dev/null and b/overworld/objects/stone-clutt/stone-spike-8.iob differ diff --git a/overworld/regions/tundra.json b/overworld/regions/tundra.json index eb49a9f9..eb20685b 100644 --- a/overworld/regions/tundra.json +++ b/overworld/regions/tundra.json @@ -19,7 +19,8 @@ "tundra-beach-stone" ], "caveBiomes": [ - "tundra-cavern" + "tundra-cavern", + "tundra-spiked-cavern" ], "loot": { "tables": [