diff --git a/src/main/resources/default-config/abstract/biomes/basic_ores.yml b/src/main/resources/default-config/abstract/biomes/basic_ores.yml deleted file mode 100644 index 4da757e12..000000000 --- a/src/main/resources/default-config/abstract/biomes/basic_ores.yml +++ /dev/null @@ -1,65 +0,0 @@ -id: "BASIC_ORES" - -structures: - - STRONGHOLD - -carving: - CAVE: 40 - RAVINE: 5 - CAVERN: 5 -ores: - DIRT: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - GRAVEL: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - DIORITE: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - ANDESITE: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - GRANITE: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - COAL_ORE: - min: 4 - max: 8 - min-height: 0 - max-height: 84 - IRON_ORE: - min: 2 - max: 6 - min-height: 0 - max-height: 64 - GOLD_ORE: - min: 1 - max: 3 - min-height: 0 - max-height: 32 - LAPIS_ORE: - min: 1 - max: 2 - min-height: 0 - max-height: 32 - REDSTONE_ORE: - min: 1 - max: 2 - min-height: 0 - max-height: 16 - DIAMOND_ORE: - min: 1 - max: 1 - min-height: 0 - max-height: 16 \ No newline at end of file diff --git a/src/main/resources/default-config/abstract/biomes/beach_abstract.yml b/src/main/resources/default-config/abstract/biomes/beach_abstract.yml deleted file mode 100644 index 03106c46c..000000000 --- a/src/main/resources/default-config/abstract/biomes/beach_abstract.yml +++ /dev/null @@ -1,96 +0,0 @@ -noise-equation: "((-((y / 58)^2)) + 1) + (noise2(x, z)/5)" -id: "BEACH_ABSTRACT" - - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - SANDY: 64 - - GRASSY: 255 - -structures: - - STRONGHOLD - -flora: - chance: 60 - attempts: 1 - items: - TALL_GRASS: - weight: 15 - y: - min: 62 - max: 84 - LILY_PAD: - weight: 1 - y: - min: 62 - max: 84 - GRASS: - weight: 70 - y: - min: 62 - max: 84 - POPPY: - weight: 5 - y: - min: 62 - max: 84 - -ores: - DIRT: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - GRAVEL: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - DIORITE: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - ANDESITE: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - GRANITE: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - COAL_ORE: - min: 5 - max: 15 - min-height: 0 - max-height: 128 - IRON_ORE: - min: 2 - max: 6 - min-height: 0 - max-height: 64 - GOLD_ORE: - min: 1 - max: 3 - min-height: 0 - max-height: 32 - LAPIS_ORE: - min: 1 - max: 4 - min-height: 0 - max-height: 32 - REDSTONE_ORE: - min: 1 - max: 4 - min-height: 0 - max-height: 16 - DIAMOND_ORE: - min: 1 - max: 2 - min-height: 0 - max-height: 16 \ No newline at end of file diff --git a/src/main/resources/default-config/abstract/biomes/deep_ocean_abstract.yml b/src/main/resources/default-config/abstract/biomes/deep_ocean_abstract.yml deleted file mode 100644 index d3494ef35..000000000 --- a/src/main/resources/default-config/abstract/biomes/deep_ocean_abstract.yml +++ /dev/null @@ -1,89 +0,0 @@ -noise-equation: "((-((y / 36)^2)) + 1) + ((noise2(x, z)/3))" -id: "DEEP_OCEAN_ABSTRACT" - - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - SANDY: 255 - - OCEANFLOOR: 60 - -flora: - chance: 50 - attempts: 1 - items: - TALL_SEAGRASS: - weight: 1 - y: - min: 32 - max: 64 - SEAGRASS: - weight: 3 - y: - min: 32 - max: 64 - -carving: - CAVE_OCEAN: 45 - -structures: - - STRONGHOLD - -ores: - DIRT: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - GRAVEL: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - DIORITE: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - ANDESITE: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - GRANITE: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - COAL_ORE: - min: 5 - max: 15 - min-height: 0 - max-height: 128 - IRON_ORE: - min: 2 - max: 6 - min-height: 0 - max-height: 64 - GOLD_ORE: - min: 1 - max: 3 - min-height: 0 - max-height: 32 - LAPIS_ORE: - min: 1 - max: 4 - min-height: 0 - max-height: 32 - REDSTONE_ORE: - min: 1 - max: 4 - min-height: 0 - max-height: 16 - DIAMOND_ORE: - min: 1 - max: 2 - min-height: 0 - max-height: 16 \ No newline at end of file diff --git a/src/main/resources/default-config/abstract/biomes/mountain/mountains_pretty.yml b/src/main/resources/default-config/abstract/biomes/mountain/mountains_pretty.yml deleted file mode 100644 index 11338dd17..000000000 --- a/src/main/resources/default-config/abstract/biomes/mountain/mountains_pretty.yml +++ /dev/null @@ -1,107 +0,0 @@ -noise-equation: "((-((y / 76)^2)) + 1) + ((noise2(x, z)+0.5) / 3) + abs(noise2(x/2, z/2)*4)" -id: "MOUNTAINS_PRETTY" - -carving: - CAVE: 40 - RAVINE: 5 - CAVERN: 5 - -structures: - - STRONGHOLD - -ores: - DIRT: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - GRAVEL: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - DIORITE: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - ANDESITE: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - GRANITE: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - COAL_ORE: - min: 4 - max: 8 - min-height: 0 - max-height: 84 - IRON_ORE: - min: 2 - max: 6 - min-height: 0 - max-height: 64 - GOLD_ORE: - min: 1 - max: 3 - min-height: 0 - max-height: 32 - LAPIS_ORE: - min: 1 - max: 2 - min-height: 0 - max-height: 32 - REDSTONE_ORE: - min: 1 - max: 2 - min-height: 0 - max-height: 16 - DIAMOND_ORE: - min: 1 - max: 1 - min-height: 0 - max-height: 16 - -flora: - chance: 60 - attempts: 2 - simplex: - enable: true - frequency: 0.1 - seed: 4 - items: - SMALL_ROCK: - weight: 1 - y: - min: 62 - max: 180 - TALL_GRASS: - weight: 1 - y: - min: 62 - max: 180 - GRASS: - weight: 5 - y: - min: 62 - max: 180 - LEAVES: - weight: 3 - y: - min: 62 - max: 180 - -slabs: - enable: true - threshold: 0.0075 - palettes: - - "minecraft:stone": "MOUNTAIN_SLABS" - - "minecraft:gravel": "MOUNTAIN_SLABS" - use-stairs-if-available: true - stair-palettes: - - "minecraft:stone": "MOUNTAIN_STAIRS" - - "minecraft:gravel": "MOUNTAIN_STAIRS" \ No newline at end of file diff --git a/src/main/resources/default-config/abstract/biomes/mountain/mountains_pretty_border_0.yml b/src/main/resources/default-config/abstract/biomes/mountain/mountains_pretty_border_0.yml deleted file mode 100644 index 717fb53c1..000000000 --- a/src/main/resources/default-config/abstract/biomes/mountain/mountains_pretty_border_0.yml +++ /dev/null @@ -1,107 +0,0 @@ -noise-equation: "((-((y / 64)^2)) + 1) + ((noise2(x, z)+0.5) / 3) + abs(noise2(x/2, z/2))" -id: "MOUNTAINS_PRETTY_0" - -carving: - CAVE: 40 - RAVINE: 5 - CAVERN: 5 - -structures: - - STRONGHOLD - -ores: - DIRT: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - GRAVEL: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - DIORITE: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - ANDESITE: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - GRANITE: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - COAL_ORE: - min: 4 - max: 8 - min-height: 0 - max-height: 84 - IRON_ORE: - min: 2 - max: 6 - min-height: 0 - max-height: 64 - GOLD_ORE: - min: 1 - max: 3 - min-height: 0 - max-height: 32 - LAPIS_ORE: - min: 1 - max: 2 - min-height: 0 - max-height: 32 - REDSTONE_ORE: - min: 1 - max: 2 - min-height: 0 - max-height: 16 - DIAMOND_ORE: - min: 1 - max: 1 - min-height: 0 - max-height: 16 - -flora: - chance: 60 - attempts: 2 - simplex: - enable: true - frequency: 0.1 - seed: 4 - items: - SMALL_ROCK: - weight: 1 - y: - min: 62 - max: 180 - TALL_GRASS: - weight: 1 - y: - min: 62 - max: 180 - GRASS: - weight: 5 - y: - min: 62 - max: 180 - LEAVES: - weight: 3 - y: - min: 62 - max: 180 - -slabs: - enable: true - threshold: 0.0075 - palettes: - - "minecraft:stone": "MOUNTAIN_SLABS" - - "minecraft:gravel": "MOUNTAIN_SLABS" - use-stairs-if-available: true - stair-palettes: - - "minecraft:stone": "MOUNTAIN_STAIRS" - - "minecraft:gravel": "MOUNTAIN_STAIRS" \ No newline at end of file diff --git a/src/main/resources/default-config/abstract/biomes/mountain/mountains_pretty_border_1.yml b/src/main/resources/default-config/abstract/biomes/mountain/mountains_pretty_border_1.yml deleted file mode 100644 index 4cd7e192a..000000000 --- a/src/main/resources/default-config/abstract/biomes/mountain/mountains_pretty_border_1.yml +++ /dev/null @@ -1,107 +0,0 @@ -noise-equation: "((-((y / 70)^2)) + 1) + ((noise2(x, z)+0.5) / 3) + abs(noise2(x/2, z/2)*3)" -id: "MOUNTAINS_PRETTY_1" - -carving: - CAVE: 40 - RAVINE: 5 - CAVERN: 5 - -structures: - - STRONGHOLD - -ores: - DIRT: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - GRAVEL: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - DIORITE: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - ANDESITE: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - GRANITE: - min: 0 - max: 1 - min-height: 0 - max-height: 84 - COAL_ORE: - min: 4 - max: 8 - min-height: 0 - max-height: 84 - IRON_ORE: - min: 2 - max: 6 - min-height: 0 - max-height: 64 - GOLD_ORE: - min: 1 - max: 3 - min-height: 0 - max-height: 32 - LAPIS_ORE: - min: 1 - max: 2 - min-height: 0 - max-height: 32 - REDSTONE_ORE: - min: 1 - max: 2 - min-height: 0 - max-height: 16 - DIAMOND_ORE: - min: 1 - max: 1 - min-height: 0 - max-height: 16 - -flora: - chance: 60 - attempts: 2 - simplex: - enable: true - frequency: 0.1 - seed: 4 - items: - SMALL_ROCK: - weight: 1 - y: - min: 62 - max: 180 - TALL_GRASS: - weight: 1 - y: - min: 62 - max: 180 - GRASS: - weight: 5 - y: - min: 62 - max: 180 - LEAVES: - weight: 3 - y: - min: 62 - max: 180 - -slabs: - enable: true - threshold: 0.0075 - palettes: - - "minecraft:stone": "MOUNTAIN_SLABS" - - "minecraft:gravel": "MOUNTAIN_SLABS" - use-stairs-if-available: true - stair-palettes: - - "minecraft:stone": "MOUNTAIN_STAIRS" - - "minecraft:gravel": "MOUNTAIN_STAIRS" \ No newline at end of file diff --git a/src/main/resources/default-config/abstract/biomes/ocean_abstract.yml b/src/main/resources/default-config/abstract/biomes/ocean_abstract.yml deleted file mode 100644 index 40076c94d..000000000 --- a/src/main/resources/default-config/abstract/biomes/ocean_abstract.yml +++ /dev/null @@ -1,89 +0,0 @@ -noise-equation: "((-((y / 48)^2)) + 1) + ((noise2(x, z)/3))" -id: "OCEAN_ABSTRACT" - - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - SANDY: 255 - - OCEANFLOOR: 60 - -flora: - chance: 50 - attempts: 1 - items: - TALL_SEAGRASS: - weight: 1 - y: - min: 32 - max: 64 - SEAGRASS: - weight: 3 - y: - min: 32 - max: 64 - -carving: - CAVE_OCEAN: 45 - -structures: - - STRONGHOLD - -ores: - DIRT: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - GRAVEL: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - DIORITE: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - ANDESITE: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - GRANITE: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - COAL_ORE: - min: 5 - max: 15 - min-height: 0 - max-height: 128 - IRON_ORE: - min: 2 - max: 6 - min-height: 0 - max-height: 64 - GOLD_ORE: - min: 1 - max: 3 - min-height: 0 - max-height: 32 - LAPIS_ORE: - min: 1 - max: 4 - min-height: 0 - max-height: 32 - REDSTONE_ORE: - min: 1 - max: 4 - min-height: 0 - max-height: 16 - DIAMOND_ORE: - min: 1 - max: 2 - min-height: 0 - max-height: 16 \ No newline at end of file diff --git a/src/main/resources/default-config/abstract/biomes/plains_abstract.yml b/src/main/resources/default-config/abstract/biomes/plains_abstract.yml deleted file mode 100644 index 251cf0f2f..000000000 --- a/src/main/resources/default-config/abstract/biomes/plains_abstract.yml +++ /dev/null @@ -1,68 +0,0 @@ -noise-equation: "((-((y / 63)^2)) + 1) + |(noise2(x, z) / 3) + 0.1|" -id: "PLAINS_ABSTRACT" - -carving: - CAVE: 40 - RAVINE: 5 - CAVERN: 5 - -structures: - - STRONGHOLD - -erodible: true -ores: - DIRT: - min: 0 - max: 2 - min-height: 0 - max-height: 72 - GRAVEL: - min: 0 - max: 2 - min-height: 0 - max-height: 72 - DIORITE: - min: 0 - max: 2 - min-height: 0 - max-height: 72 - ANDESITE: - min: 0 - max: 2 - min-height: 0 - max-height: 72 - GRANITE: - min: 0 - max: 2 - min-height: 0 - max-height: 72 - COAL_ORE: - min: 3 - max: 7 - min-height: 0 - max-height: 72 - IRON_ORE: - min: 2 - max: 7 - min-height: 0 - max-height: 64 - GOLD_ORE: - min: 1 - max: 3 - min-height: 0 - max-height: 32 - LAPIS_ORE: - min: 1 - max: 4 - min-height: 0 - max-height: 32 - REDSTONE_ORE: - min: 1 - max: 4 - min-height: 0 - max-height: 16 - DIAMOND_ORE: - min: 1 - max: 2 - min-height: 0 - max-height: 16 \ No newline at end of file diff --git a/src/main/resources/default-config/abstract/biomes/shelf_ocean_abstract.yml b/src/main/resources/default-config/abstract/biomes/shelf_ocean_abstract.yml deleted file mode 100644 index 1ec3c36a4..000000000 --- a/src/main/resources/default-config/abstract/biomes/shelf_ocean_abstract.yml +++ /dev/null @@ -1,88 +0,0 @@ -noise-equation: "((-((y / 40)^2)) + 1) + ((noise2(x, z)/3))" -id: "SHELF_OCEAN_ABSTRACT" - -structures: - - STRONGHOLD - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - SANDY: 255 - - OCEANFLOOR: 60 - -flora: - chance: 50 - attempts: 1 - items: - TALL_SEAGRASS: - weight: 1 - y: - min: 32 - max: 64 - SEAGRASS: - weight: 3 - y: - min: 32 - max: 64 - -carving: - CAVE_OCEAN: 45 - -ores: - DIRT: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - GRAVEL: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - DIORITE: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - ANDESITE: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - GRANITE: - min: 0 - max: 2 - min-height: 0 - max-height: 128 - COAL_ORE: - min: 5 - max: 15 - min-height: 0 - max-height: 128 - IRON_ORE: - min: 2 - max: 6 - min-height: 0 - max-height: 64 - GOLD_ORE: - min: 1 - max: 3 - min-height: 0 - max-height: 32 - LAPIS_ORE: - min: 1 - max: 4 - min-height: 0 - max-height: 32 - REDSTONE_ORE: - min: 1 - max: 4 - min-height: 0 - max-height: 16 - DIAMOND_ORE: - min: 1 - max: 2 - min-height: 0 - max-height: 16 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/beach/beach.yml b/src/main/resources/default-config/biomes/beach/beach.yml deleted file mode 100644 index 99ad276d7..000000000 --- a/src/main/resources/default-config/biomes/beach/beach.yml +++ /dev/null @@ -1,4 +0,0 @@ -extends: "BEACH_ABSTRACT" -id: "BEACH" -vanilla: BEACH -erodible: true \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/beach/beach_cold.yml b/src/main/resources/default-config/biomes/beach/beach_cold.yml deleted file mode 100644 index 5a863c5fa..000000000 --- a/src/main/resources/default-config/biomes/beach/beach_cold.yml +++ /dev/null @@ -1,11 +0,0 @@ -extends: "BEACH_ABSTRACT" -id: "COLD_BEACH" -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - GRAVEL: 64 - - TUNDRA: 255 -erodible: true -vanilla: SNOWY_BEACH \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/beach/beach_frozen.yml b/src/main/resources/default-config/biomes/beach/beach_frozen.yml deleted file mode 100644 index 6f93b0f8c..000000000 --- a/src/main/resources/default-config/biomes/beach/beach_frozen.yml +++ /dev/null @@ -1,14 +0,0 @@ -extends: "BEACH_ABSTRACT" -id: "FROZEN_BEACH" -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - GRAVEL: 64 - - TUNDRA: 255 -erodible: true -vanilla: SNOWY_BEACH -ocean: - palette: "COLD_OCEAN" - level: 62 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/beach/beach_warm.yml b/src/main/resources/default-config/biomes/beach/beach_warm.yml deleted file mode 100644 index cb4adbcd4..000000000 --- a/src/main/resources/default-config/biomes/beach/beach_warm.yml +++ /dev/null @@ -1,11 +0,0 @@ -extends: "BEACH_ABSTRACT" -id: "WARM_BEACH" -vanilla: BEACH - -erodible: true -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - SAND_ALL: 255 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/crag.yml b/src/main/resources/default-config/biomes/crag.yml deleted file mode 100644 index 6dbbe5563..000000000 --- a/src/main/resources/default-config/biomes/crag.yml +++ /dev/null @@ -1,73 +0,0 @@ -noise-equation: "((-((y / 63)^2)) + 1) + |(noise2(x/1.5, z/1.5)+0.25)|/2.5" -elevation: - equation: "min(floor(((max(noise2(x, z)+0.5, 0)))*8), 7)*6 + noise2(x*2,z*2)*12" - interpolation: true -extends: "BASIC_ORES" -id: "CRAG" - -slant: - palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - "BLOCK:minecraft:stone": 255 - y-offset: - top: 0.3 - bottom: 0.25 - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - GRASSY: 255 -vanilla: PLAINS - -flora: - chance: 60 - attempts: 2 - simplex: - enable: true - frequency: 0.1 - seed: 4 - items: - SMALL_ROCK: - weight: 1 - y: - min: 62 - max: 180 - TALL_GRASS: - weight: 1 - y: - min: 62 - max: 180 - GRASS: - weight: 5 - y: - min: 62 - max: 180 - LEAVES: - weight: 3 - y: - min: 62 - max: 180 -slabs: - enable: true - threshold: 0.0075 - palettes: - - "minecraft:stone": "MOUNTAIN_SLABS" - - "minecraft:gravel": "MOUNTAIN_SLABS" - use-stairs-if-available: true - stair-palettes: - - "minecraft:stone": "MOUNTAIN_STAIRS" - - "minecraft:gravel": "MOUNTAIN_STAIRS" - -trees: - density: 7 - items: - CACTUS: - weight: 1 - y: - min: 58 - max: 72 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/desert.yml b/src/main/resources/default-config/biomes/desert.yml deleted file mode 100644 index 7b66c880a..000000000 --- a/src/main/resources/default-config/biomes/desert.yml +++ /dev/null @@ -1,48 +0,0 @@ -extends: "PLAINS_ABSTRACT" -id: "DESERT" - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - DESERT: 255 -vanilla: DESERT - -flora: - chance: 2 - items: - DEAD_BUSH: - weight: 1 - y: - min: 62 - max: 84 - SMALL_ROCK: - weight: 1 - y: - min: 62 - max: 84 - -erodible: true - -trees: - density: 7 - items: - CACTUS: - weight: 1 - y: - min: 58 - max: 72 - -slabs: - enable: true - threshold: 0.0075 - palettes: - - "minecraft:sand": "BLOCK:minecraft:sandstone_slab" - use-stairs-if-available: true - stair-palettes: - - "minecraft:sand": "BLOCK:minecraft:sandstone_stairs" - - - -# Carving and ores covered by super biome \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/forest/birch_forest.yml b/src/main/resources/default-config/biomes/forest/birch_forest.yml deleted file mode 100644 index c6d34cba4..000000000 --- a/src/main/resources/default-config/biomes/forest/birch_forest.yml +++ /dev/null @@ -1,42 +0,0 @@ -noise-equation: "((-((y / 63)^2)) + 1) + ((noise2(x, z)+0.5) / 3)" -extends: "BASIC_ORES" -id: "BIRCH_FOREST" - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - SANDY: 62 - - GRASSY: 255 -vanilla: BIRCH_FOREST - -flora: - chance: 40 - attempts: 1 - items: - TALL_GRASS: - weight: 15 - y: - min: 62 - max: 84 - GRASS: - weight: 70 - y: - min: 62 - max: 84 - POPPY: - weight: 5 - y: - min: 62 - max: 84 -erodible: true - -trees: - density: 200 - items: - BIRCH: - weight: 1 - y: - min: 58 - max: 84 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/forest/dark_forest.yml b/src/main/resources/default-config/biomes/forest/dark_forest.yml deleted file mode 100644 index 24fac3578..000000000 --- a/src/main/resources/default-config/biomes/forest/dark_forest.yml +++ /dev/null @@ -1,50 +0,0 @@ -noise-equation: "((-((y / 63)^2)) + 1) + ((noise2(x, z)+0.5) / 3)" -extends: "BASIC_ORES" -id: "DARK_FOREST" - -structures: - - MANSION - - STRONGHOLD -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - SANDY: 62 - - GRASSY: 255 -vanilla: DARK_FOREST -erodible: true -flora-chance: 40 -flora: - chance: 40 - attempts: 1 - items: - TALL_GRASS: - weight: 15 - y: - min: 62 - max: 255 - GRASS: - weight: 70 - y: - min: 62 - max: 255 - POPPY: - weight: 5 - y: - min: 62 - max: 255 - -trees: - density: 400 - items: - DARK_OAK: - weight: 19 - y: - min: 58 - max: 84 - RED_MUSHROOM: - weight: 1 - y: - min: 58 - max: 84 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/forest/jungle.yml b/src/main/resources/default-config/biomes/forest/jungle.yml deleted file mode 100644 index ec17219ff..000000000 --- a/src/main/resources/default-config/biomes/forest/jungle.yml +++ /dev/null @@ -1,76 +0,0 @@ -noise-equation: "((-((y / 63)^2)) + 1) + ((noise2(x, z)+0.25) / 3)" -extends: "BASIC_ORES" -id: "JUNGLE" - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - RIVER_BOTTOM: 61 - - RIVER_SHORE: 62 - - GRASSY: 255 -vanilla: JUNGLE - -erodible: true -structures: - - JUNGLE - - STRONGHOLD -flora: - chance: 80 - attempts: 2 - items: - TALL_GRASS: - weight: 150 - y: - min: 62 - max: 84 - GRASS: - weight: 750 - y: - min: 62 - max: 84 - POPPY: - weight: 50 - y: - min: 62 - max: 84 - ROSE_BUSH: - weight: 4 - y: - min: 62 - max: 84 - LILAC: - weight: 4 - y: - min: 62 - max: 84 - STALAGMITE: - weight: 10 - y: - min: 4 - max: 50 - STALACTITE: - weight: 10 - y: - min: 4 - max: 50 - -trees: - density: 500 - items: - JUNGLE_BUSH: - weight: 4 - y: - min: 58 - max: 84 - SMALL_JUNGLE: - weight: 2 - y: - min: 58 - max: 84 - JUNGLE: - weight: 4 - y: - min: 58 - max: 84 diff --git a/src/main/resources/default-config/biomes/forest/oak_forest.yml b/src/main/resources/default-config/biomes/forest/oak_forest.yml deleted file mode 100644 index 6362a7d6a..000000000 --- a/src/main/resources/default-config/biomes/forest/oak_forest.yml +++ /dev/null @@ -1,58 +0,0 @@ -noise-equation: "((-((y / 63)^2)) + 1) + ((noise2(x, z)+0.5) / 2)" -extends: "BASIC_ORES" -id: "FOREST" - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - RIVER_BOTTOM: 61 - - RIVER_SHORE: 62 - - GRASSY: 255 -vanilla: FOREST - -flora: - chance: 40 - attempts: 1 - items: - TALL_GRASS: - weight: 150 - y: - min: 62 - max: 84 - GRASS: - weight: 750 - y: - min: 62 - max: 84 - POPPY: - weight: 50 - y: - min: 62 - max: 84 - ROSE_BUSH: - weight: 4 - y: - min: 62 - max: 84 - LILAC: - weight: 4 - y: - min: 62 - max: 84 -erodible: true - -trees: - density: 250 - items: - OAK: - weight: 8 - y: - min: 58 - max: 84 - LARGE_OAK: - weight: 2 - y: - min: 58 - max: 84 diff --git a/src/main/resources/default-config/biomes/forest/savanna.yml b/src/main/resources/default-config/biomes/forest/savanna.yml deleted file mode 100644 index 86406c443..000000000 --- a/src/main/resources/default-config/biomes/forest/savanna.yml +++ /dev/null @@ -1,38 +0,0 @@ -noise-equation: "((-((y / 63)^2)) + 1) + ((noise2(x, z)+0.5) / 3)" -extends: "BASIC_ORES" -id: "SAVANNA" - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - RIVER_BOTTOM: 61 - - RIVER_SHORE: 62 - - GRASSY: 255 -vanilla: SAVANNA - -flora: - chance: 40 - attempts: 1 - items: - TALL_GRASS: - weight: 15 - y: - min: 62 - max: 84 - GRASS: - weight: 70 - y: - min: 62 - max: 84 -erodible: true - -trees: - density: 20 - items: - ACACIA: - weight: 1 - y: - min: 58 - max: 84 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/forest/snowy_taiga.yml b/src/main/resources/default-config/biomes/forest/snowy_taiga.yml deleted file mode 100644 index dc6635901..000000000 --- a/src/main/resources/default-config/biomes/forest/snowy_taiga.yml +++ /dev/null @@ -1,50 +0,0 @@ -noise-equation: "((-((y / 63)^2)) + 1) + ((noise2(x, z)+0.5) / 2)" -extends: "BASIC_ORES" -id: "SNOWY_TAIGA" -erodible: true - - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - RIVER_BOTTOM: 61 - - RIVER_SHORE: 62 - - TAIGA: 255 -vanilla: TAIGA - -snow: - - min: 0 - max: 255 - chance: 100 - - -flora: - chance: 40 - attempts: 1 - items: - TALL_GRASS: - weight: 15 - y: - min: 62 - max: 84 - GRASS: - weight: 75 - y: - min: 62 - max: 84 - POPPY: - weight: 5 - y: - min: 62 - max: 84 - -trees: - density: 75 - items: - SPRUCE: - weight: 1 - y: - min: 58 - max: 84 diff --git a/src/main/resources/default-config/biomes/forest/taiga.yml b/src/main/resources/default-config/biomes/forest/taiga.yml deleted file mode 100644 index 6aac7adfe..000000000 --- a/src/main/resources/default-config/biomes/forest/taiga.yml +++ /dev/null @@ -1,43 +0,0 @@ -noise-equation: "((-((y / 63)^2)) + 1) + ((noise2(x, z)+0.5) / 2)" -extends: "BASIC_ORES" -id: "TAIGA" - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - RIVER_BOTTOM: 61 - - RIVER_SHORE: 62 - - TAIGA: 255 -vanilla: TAIGA -erodible: true - -flora: - chance: 40 - attempts: 1 - items: - TALL_GRASS: - weight: 15 - y: - min: 62 - max: 84 - GRASS: - weight: 75 - y: - min: 62 - max: 84 - POPPY: - weight: 5 - y: - min: 62 - max: 84 - -trees: - density: 75 - items: - SPRUCE: - weight: 1 - y: - min: 58 - max: 84 diff --git a/src/main/resources/default-config/biomes/mesa.yml b/src/main/resources/default-config/biomes/mesa.yml deleted file mode 100644 index 985028277..000000000 --- a/src/main/resources/default-config/biomes/mesa.yml +++ /dev/null @@ -1,93 +0,0 @@ -noise-equation: "((-((y / 63)^2)) + 1) + |(noise2(x/1.5, z/1.5)+0.25)|/2.5" -elevation: - equation: "min(floor(((max(noise2(x/1.5, z/1.5)+0.25, 0)))*5), 3)*9 + if(max(noise2(x/1.5, z/1.5)+0.05, 0), (noise2(x*2,z*2))*10, 0)" - interpolation: true -extends: "BASIC_ORES" -id: "MESA" - -slant: - palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - "BLOCK:minecraft:terracotta": 255 - - "BLOCK:minecraft:gray_terracotta": 124 - - "BLOCK:minecraft:cyan_terracotta": 121 - - "BLOCK:minecraft:white_terracotta": 120 - - "BLOCK:minecraft:gray_terracotta": 119 - - "BLOCK:minecraft:orange_terracotta": 117 - - "BLOCK:minecraft:terracotta": 116 - - "BLOCK:minecraft:orange_terracotta": 115 - - "BLOCK:minecraft:terracotta": 111 - - "BLOCK:minecraft:red_terracotta": 109 - - "BLOCK:minecraft:terracotta": 108 - - "BLOCK:minecraft:white_terracotta": 107 - - "BLOCK:minecraft:red_terracotta": 106 - - "BLOCK:minecraft:yellow_terracotta": 103 - - "BLOCK:minecraft:terracotta": 102 - - "BLOCK:minecraft:yellow_terracotta": 101 - - "BLOCK:minecraft:terracotta": 98 - - "BLOCK:minecraft:gray_terracotta": 95 - - "BLOCK:minecraft:cyan_terracotta": 94 - - "BLOCK:minecraft:white_terracotta": 93 - - "BLOCK:minecraft:terracotta": 92 - - "BLOCK:minecraft:orange_terracotta": 88 - - "BLOCK:minecraft:terracotta": 87 - - "BLOCK:minecraft:orange_terracotta": 86 - - "BLOCK:minecraft:terracotta": 85 - - "BLOCK:minecraft:red_terracotta": 82 - - "BLOCK:minecraft:terracotta": 80 - - "BLOCK:minecraft:orange_terracotta": 77 - - "BLOCK:minecraft:yellow_terracotta": 76 - - "BLOCK:minecraft:red_terracotta": 75 - - "BLOCK:minecraft:terracotta": 73 - - "BLOCK:minecraft:white_terracotta": 72 - - "BLOCK:minecraft:terracotta": 71 - - "BLOCK:minecraft:terracotta": 70 - - "BLOCK:minecraft:orange_terracotta": 66 - - "BLOCK:minecraft:terracotta": 65 - y-offset: - top: 0.5 - bottom: 0.25 - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - RED_DESERT: 255 -vanilla: BADLANDS - -flora-chance: 2 -flora: - chance: 2 - attempts: 1 - items: - DEAD_BUSH: - weight: 1 - y: - min: 62 - max: 84 - SMALL_ROCK: - weight: 1 - y: - min: 62 - max: 84 -slabs: - enable: true - threshold: 0.0075 - palettes: - - "minecraft:red_sand": "BLOCK:minecraft:red_sandstone_slab" - use-stairs-if-available: true - stair-palettes: - - "minecraft:red_sand": "BLOCK:minecraft:red_sandstone_stairs" - -trees: - density: 7 - items: - CACTUS: - weight: 1 - y: - min: 58 - max: 72 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/mountain/arid_mountains.yml b/src/main/resources/default-config/biomes/mountain/arid_mountains.yml deleted file mode 100644 index 9c9f9bb8d..000000000 --- a/src/main/resources/default-config/biomes/mountain/arid_mountains.yml +++ /dev/null @@ -1,58 +0,0 @@ -noise-equation: "((-((y / 64)^2)) + 1) + |noise2(x/2.5, z/2.5)|" -elevation: - equation: "min(floor(((|noise2(x/2.5, z/2.5)|) + 0.1)*4)*4, 12)" - interpolation: true - -id: "ARID_MOUNTAINS" -extends: "BASIC_ORES" - - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - ARID: 255 -vanilla: SAVANNA - -erodible: false -prevent-smooth: true - -slant: - palette: - - ARID_SIDE: 255 - y-offset: - top: 0.4 - bottom: 0.25 - -flora: - chance: 40 - attempts: 1 - items: - TALL_GRASS: - weight: 15 - y: - min: 62 - max: 128 - GRASS: - weight: 70 - y: - min: 62 - max: 128 - -trees: - density: 50 - items: - ACACIA: - weight: 1 - y: - min: 58 - max: 128 -slabs: - enable: true - threshold: 0.015 - palettes: - - "minecraft:red_sand": "BLOCK:minecraft:red_sandstone_slab" - use-stairs-if-available: true - stair-palettes: - - "minecraft:red_sand": "BLOCK:minecraft:red_sandstone_stairs" \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/mountain/mountains_jungle.yml b/src/main/resources/default-config/biomes/mountain/mountains_jungle.yml deleted file mode 100644 index ec58caf08..000000000 --- a/src/main/resources/default-config/biomes/mountain/mountains_jungle.yml +++ /dev/null @@ -1,28 +0,0 @@ -extends: "MOUNTAINS_PRETTY" -id: "MOUNTAINS_JUNGLE" - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - MOUNTAIN_JUNGLE: 255 -vanilla: JUNGLE -trees: - density: 500 - items: - JUNGLE_BUSH: - weight: 4 - y: - min: 58 - max: 92 - SMALL_JUNGLE: - weight: 2 - y: - min: 58 - max: 92 - JUNGLE: - weight: 4 - y: - min: 58 - max: 92 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/mountain/mountains_jungle_border_0.yml b/src/main/resources/default-config/biomes/mountain/mountains_jungle_border_0.yml deleted file mode 100644 index a18b629c5..000000000 --- a/src/main/resources/default-config/biomes/mountain/mountains_jungle_border_0.yml +++ /dev/null @@ -1,28 +0,0 @@ -extends: "MOUNTAINS_PRETTY_0" -id: "MOUNTAINS_JUNGLE_0" - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - MOUNTAIN_JUNGLE: 255 -vanilla: JUNGLE -trees: - density: 500 - items: - JUNGLE_BUSH: - weight: 4 - y: - min: 58 - max: 92 - SMALL_JUNGLE: - weight: 2 - y: - min: 58 - max: 92 - JUNGLE: - weight: 4 - y: - min: 58 - max: 92 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/mountain/mountains_jungle_border_1.yml b/src/main/resources/default-config/biomes/mountain/mountains_jungle_border_1.yml deleted file mode 100644 index 381375082..000000000 --- a/src/main/resources/default-config/biomes/mountain/mountains_jungle_border_1.yml +++ /dev/null @@ -1,28 +0,0 @@ -extends: "MOUNTAINS_PRETTY_1" -id: "MOUNTAINS_JUNGLE_1" - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - MOUNTAIN_JUNGLE: 255 -vanilla: JUNGLE -trees: - density: 120 - items: - JUNGLE_BUSH: - weight: 4 - y: - min: 58 - max: 92 - SMALL_JUNGLE: - weight: 2 - y: - min: 58 - max: 92 - JUNGLE: - weight: 4 - y: - min: 58 - max: 92 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/mountain/mountains_pretty.yml b/src/main/resources/default-config/biomes/mountain/mountains_pretty.yml deleted file mode 100644 index e999f5ae2..000000000 --- a/src/main/resources/default-config/biomes/mountain/mountains_pretty.yml +++ /dev/null @@ -1,10 +0,0 @@ -extends: "MOUNTAINS_PRETTY" -id: "MOUNTAINS_PRETTY" - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - MOUNTAIN_PRETTY: 255 -vanilla: PLAINS \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/mountain/mountains_pretty_border_0.yml b/src/main/resources/default-config/biomes/mountain/mountains_pretty_border_0.yml deleted file mode 100644 index 079a453d6..000000000 --- a/src/main/resources/default-config/biomes/mountain/mountains_pretty_border_0.yml +++ /dev/null @@ -1,10 +0,0 @@ -extends: "MOUNTAINS_PRETTY_0" -id: "MOUNTAINS_PRETTY_0" - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - MOUNTAIN_PRETTY: 255 -vanilla: PLAINS \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/mountain/mountains_pretty_border_1.yml b/src/main/resources/default-config/biomes/mountain/mountains_pretty_border_1.yml deleted file mode 100644 index d1672d40f..000000000 --- a/src/main/resources/default-config/biomes/mountain/mountains_pretty_border_1.yml +++ /dev/null @@ -1,10 +0,0 @@ -extends: "MOUNTAINS_PRETTY_1" -id: "MOUNTAINS_PRETTY_1" - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - MOUNTAIN_PRETTY: 255 -vanilla: PLAINS \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/mountain/mountains_stone.yml b/src/main/resources/default-config/biomes/mountain/mountains_stone.yml deleted file mode 100644 index ddd1d3525..000000000 --- a/src/main/resources/default-config/biomes/mountain/mountains_stone.yml +++ /dev/null @@ -1,36 +0,0 @@ -extends: "MOUNTAINS_PRETTY" -id: "MOUNTAINS_STONE" -noise-equation: "((-((y / 76)^2)) + 1) + ((noise2(x, z)+0.5) / 3) + max(noise2(x/2, z/2)*4 + noise2(x*8, z*8)*0.25, 0)" -prevent-smooth: true -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - MOUNTAIN_STONE: 255 - - MOUNTAIN_STONE_GRASS: 108 - - MOUNTAIN_GRASS: 84 -vanilla: MOUNTAINS -snow: - - min: 0 - max: 120 - chance: 50 - - min: 120 - max: 140 - chance: 75 - - min: 140 - max: 255 - chance: 100 -trees: - density: 60 - items: - SPRUCE: - weight: 1 - y: - min: 58 - max: 92 - -flora: - chance: 0 - attempts: 0 - items: { } \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/mountain/mountains_stone_border_0.yml b/src/main/resources/default-config/biomes/mountain/mountains_stone_border_0.yml deleted file mode 100644 index ace29f0cc..000000000 --- a/src/main/resources/default-config/biomes/mountain/mountains_stone_border_0.yml +++ /dev/null @@ -1,36 +0,0 @@ -extends: "MOUNTAINS_PRETTY_0" -id: "MOUNTAINS_STONE_0" -noise-equation: "((-((y / 64)^2)) + 1) + ((noise2(x, z)+0.5) / 3) + max(noise2(x/2, z/2), 0)" -prevent-smooth: true -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - MOUNTAIN_STONE: 255 - - MOUNTAIN_STONE_GRASS: 108 - - MOUNTAIN_GRASS: 84 -vanilla: MOUNTAINS -snow: - - min: 0 - max: 120 - chance: 50 - - min: 120 - max: 140 - chance: 75 - - min: 140 - max: 255 - chance: 100 -trees: - density: 60 - items: - SPRUCE: - weight: 1 - y: - min: 58 - max: 92 - -flora: - chance: 0 - attempts: 0 - items: { } \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/mountain/mountains_stone_border_1.yml b/src/main/resources/default-config/biomes/mountain/mountains_stone_border_1.yml deleted file mode 100644 index 537750dbf..000000000 --- a/src/main/resources/default-config/biomes/mountain/mountains_stone_border_1.yml +++ /dev/null @@ -1,36 +0,0 @@ -extends: "MOUNTAINS_PRETTY_1" -id: "MOUNTAINS_STONE_1" -noise-equation: "((-((y / 70)^2)) + 1) + ((noise2(x, z)+0.5) / 3) + max(noise2(x/2, z/2)*3 + noise2(x*8, z*8)*0.125, 0)" -prevent-smooth: true -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - MOUNTAIN_STONE: 255 - - MOUNTAIN_STONE_GRASS: 108 - - MOUNTAIN_GRASS: 84 -vanilla: MOUNTAINS -snow: - - min: 0 - max: 120 - chance: 50 - - min: 120 - max: 140 - chance: 75 - - min: 140 - max: 255 - chance: 100 -trees: - density: 60 - items: - SPRUCE: - weight: 1 - y: - min: 58 - max: 92 - -flora: - chance: 0 - attempts: 0 - items: { } \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/mountains.yml b/src/main/resources/default-config/biomes/mountains.yml deleted file mode 100644 index 0c8c23831..000000000 --- a/src/main/resources/default-config/biomes/mountains.yml +++ /dev/null @@ -1,33 +0,0 @@ -noise-equation: "((-((y / 62)^2)) + 1) + ((noise2(x, z)+0.5) / 3) + max(floor(noise3(x/2, y, z/2)*10 + noise2(x/2, z/2)*55)/8, 0)" -extends: "BASIC_ORES" -id: "MOUNTAINS" - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - TUNDRA: 100 - - SNOW: 255 -vanilla: MOUNTAINS - -flora: - chance: 2 - attempts: 1 - items: - SMALL_ROCK: - weight: 1 - y: - min: 60 - max: 72 -slabs: - enable: true - threshold: 0.015 - palettes: - - "minecraft:stone": "MOUNTAIN_SLABS" - - "minecraft:snow_block": "SNOW_LAYERS" - - "minecraft:gravel": "MOUNTAIN_SLABS" - use-stairs-if-available: true - stair-palettes: - - "minecraft:stone": "MOUNTAIN_STAIRS" - - "minecraft:gravel": "MOUNTAIN_STAIRS" \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/mushroom_island.yml b/src/main/resources/default-config/biomes/mushroom_island.yml deleted file mode 100644 index 53e81dffe..000000000 --- a/src/main/resources/default-config/biomes/mushroom_island.yml +++ /dev/null @@ -1,49 +0,0 @@ -noise-equation: "((-((y / 63)^2)) + 1) + ((noise2(x, z)+0.5) / 2)" -extends: "BASIC_ORES" -id: "MUSHROOM_ISLANDS" - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - RIVER_BOTTOM: 61 - - RIVER_SHORE: 62 - - MYCELIUM: 255 -vanilla: MUSHROOM_FIELDS - -flora: - chance: 15 - attempts: 1 - items: - RED_MUSHROOM: - weight: 100 - y: - min: 62 - max: 84 - BROWN_MUSHROOM: - weight: 100 - y: - min: 62 - max: 84 - SMALL_ROCK: - weight: 10 - y: - min: 62 - max: 84 - -erodible: true - -trees: - density: 250 - items: - BROWN_MUSHROOM: - weight: 8 - y: - min: 58 - max: 84 - RED_MUSHROOM: - weight: 2 - y: - min: 58 - max: 84 diff --git a/src/main/resources/default-config/biomes/ocean/ocean.yml b/src/main/resources/default-config/biomes/ocean/ocean.yml deleted file mode 100644 index 5c463cc13..000000000 --- a/src/main/resources/default-config/biomes/ocean/ocean.yml +++ /dev/null @@ -1,4 +0,0 @@ -extends: "OCEAN_ABSTRACT" -id: "OCEAN" -vanilla: OCEAN - diff --git a/src/main/resources/default-config/biomes/ocean/ocean_cold.yml b/src/main/resources/default-config/biomes/ocean/ocean_cold.yml deleted file mode 100644 index b0db7961d..000000000 --- a/src/main/resources/default-config/biomes/ocean/ocean_cold.yml +++ /dev/null @@ -1,12 +0,0 @@ -extends: "OCEAN_ABSTRACT" -id: "COLD_OCEAN" -vanilla: COLD_OCEAN -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - TUNDRA: 255 - - OCEANFLOOR: 60 -ocean: - level: 62 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/ocean/ocean_frozen.yml b/src/main/resources/default-config/biomes/ocean/ocean_frozen.yml deleted file mode 100644 index 3b3790ef0..000000000 --- a/src/main/resources/default-config/biomes/ocean/ocean_frozen.yml +++ /dev/null @@ -1,13 +0,0 @@ -extends: "OCEAN_ABSTRACT" -id: "FROZEN_OCEAN" -vanilla: COLD_OCEAN -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - TUNDRA: 255 - - OCEANFLOOR: 60 -ocean: - palette: "COLD_OCEAN" - level: 62 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/ocean/ocean_lukewarm.yml b/src/main/resources/default-config/biomes/ocean/ocean_lukewarm.yml deleted file mode 100644 index 213187cdd..000000000 --- a/src/main/resources/default-config/biomes/ocean/ocean_lukewarm.yml +++ /dev/null @@ -1,39 +0,0 @@ -extends: "OCEAN_ABSTRACT" -id: "LUKEWARM_OCEAN" -vanilla: LUKEWARM_OCEAN -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - SANDY: 255 - - OCEANFLOOR: 60 -flora: - chance: 50 - attempts: 1 - items: - TALL_SEAGRASS: - weight: 1 - y: - min: 32 - max: 64 - SEAGRASS: - weight: 3 - y: - min: 32 - max: 64 - KELP_SHORT: - weight: 5 - y: - min: 32 - max: 64 - KELP_MEDIUM: - weight: 5 - y: - min: 32 - max: 64 - KELP_TALL: - weight: 5 - y: - min: 32 - max: 64 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/ocean/ocean_warm.yml b/src/main/resources/default-config/biomes/ocean/ocean_warm.yml deleted file mode 100644 index d348eeab5..000000000 --- a/src/main/resources/default-config/biomes/ocean/ocean_warm.yml +++ /dev/null @@ -1,43 +0,0 @@ -extends: "OCEAN_ABSTRACT" -id: "WARM_OCEAN" -vanilla: WARM_OCEAN -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - SANDY: 255 - - OCEANFLOOR: 60 -flora: - chance: 50 - attempts: 1 - simplex: - enable: true - frequency: 0.05 - seed: 4 - items: - TALL_SEAGRASS: - weight: 1 - y: - min: 32 - max: 64 - SEAGRASS: - weight: 3 - y: - min: 32 - max: 64 - KELP_SHORT: - weight: 1 - y: - min: 32 - max: 64 - KELP_MEDIUM: - weight: 1 - y: - min: 32 - max: 64 - KELP_TALL: - weight: 1 - y: - min: 32 - max: 64 diff --git a/src/main/resources/default-config/biomes/ocean_deep/ocean.yml b/src/main/resources/default-config/biomes/ocean_deep/ocean.yml deleted file mode 100644 index 91bc51d1d..000000000 --- a/src/main/resources/default-config/biomes/ocean_deep/ocean.yml +++ /dev/null @@ -1,4 +0,0 @@ -extends: "DEEP_OCEAN_ABSTRACT" -id: "OCEAN_DEEP" -vanilla: OCEAN - diff --git a/src/main/resources/default-config/biomes/ocean_deep/ocean_cold.yml b/src/main/resources/default-config/biomes/ocean_deep/ocean_cold.yml deleted file mode 100644 index 521289508..000000000 --- a/src/main/resources/default-config/biomes/ocean_deep/ocean_cold.yml +++ /dev/null @@ -1,12 +0,0 @@ -extends: "DEEP_OCEAN_ABSTRACT" -id: "COLD_OCEAN_DEEP" -vanilla: COLD_OCEAN -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - TUNDRA: 255 - - OCEANFLOOR: 60 -ocean: - level: 62 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/ocean_deep/ocean_frozen.yml b/src/main/resources/default-config/biomes/ocean_deep/ocean_frozen.yml deleted file mode 100644 index 021663357..000000000 --- a/src/main/resources/default-config/biomes/ocean_deep/ocean_frozen.yml +++ /dev/null @@ -1,13 +0,0 @@ -extends: "DEEP_OCEAN_ABSTRACT" -id: "FROZEN_OCEAN_DEEP" -vanilla: COLD_OCEAN -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - TUNDRA: 255 - - OCEANFLOOR: 60 -ocean: - palette: "COLD_OCEAN" - level: 62 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/ocean_deep/ocean_lukewarm.yml b/src/main/resources/default-config/biomes/ocean_deep/ocean_lukewarm.yml deleted file mode 100644 index 3d128a83a..000000000 --- a/src/main/resources/default-config/biomes/ocean_deep/ocean_lukewarm.yml +++ /dev/null @@ -1,39 +0,0 @@ -extends: "DEEP_OCEAN_ABSTRACT" -id: "LUKEWARM_OCEAN_DEEP" -vanilla: LUKEWARM_OCEAN -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - SANDY: 255 - - OCEANFLOOR: 60 -flora: - chance: 50 - attempts: 1 - items: - TALL_SEAGRASS: - weight: 1 - y: - min: 32 - max: 64 - SEAGRASS: - weight: 3 - y: - min: 32 - max: 64 - KELP_SHORT: - weight: 5 - y: - min: 32 - max: 64 - KELP_MEDIUM: - weight: 5 - y: - min: 32 - max: 64 - KELP_TALL: - weight: 5 - y: - min: 32 - max: 64 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/ocean_deep/ocean_warm.yml b/src/main/resources/default-config/biomes/ocean_deep/ocean_warm.yml deleted file mode 100644 index 73fc57b81..000000000 --- a/src/main/resources/default-config/biomes/ocean_deep/ocean_warm.yml +++ /dev/null @@ -1,43 +0,0 @@ -extends: "DEEP_OCEAN_ABSTRACT" -id: "WARM_OCEAN_DEEP" -vanilla: WARM_OCEAN -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - SANDY: 255 - - OCEANFLOOR: 60 -flora: - chance: 50 - attempts: 1 - simplex: - enable: true - frequency: 0.05 - seed: 4 - items: - TALL_SEAGRASS: - weight: 1 - y: - min: 32 - max: 64 - SEAGRASS: - weight: 3 - y: - min: 32 - max: 64 - KELP_SHORT: - weight: 1 - y: - min: 32 - max: 64 - KELP_MEDIUM: - weight: 1 - y: - min: 32 - max: 64 - KELP_TALL: - weight: 1 - y: - min: 32 - max: 64 diff --git a/src/main/resources/default-config/biomes/ocean_shelf/ocean.yml b/src/main/resources/default-config/biomes/ocean_shelf/ocean.yml deleted file mode 100644 index 1a39ebbdc..000000000 --- a/src/main/resources/default-config/biomes/ocean_shelf/ocean.yml +++ /dev/null @@ -1,4 +0,0 @@ -extends: "SHELF_OCEAN_ABSTRACT" -id: "OCEAN_SHELF" -vanilla: OCEAN - diff --git a/src/main/resources/default-config/biomes/ocean_shelf/ocean_cold.yml b/src/main/resources/default-config/biomes/ocean_shelf/ocean_cold.yml deleted file mode 100644 index 6d79fc329..000000000 --- a/src/main/resources/default-config/biomes/ocean_shelf/ocean_cold.yml +++ /dev/null @@ -1,12 +0,0 @@ -extends: "SHELF_OCEAN_ABSTRACT" -id: "COLD_OCEAN_SHELF" -vanilla: COLD_OCEAN -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - TUNDRA: 255 - - OCEANFLOOR: 60 -ocean: - level: 62 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/ocean_shelf/ocean_frozen.yml b/src/main/resources/default-config/biomes/ocean_shelf/ocean_frozen.yml deleted file mode 100644 index f5bfeefb7..000000000 --- a/src/main/resources/default-config/biomes/ocean_shelf/ocean_frozen.yml +++ /dev/null @@ -1,13 +0,0 @@ -extends: "SHELF_OCEAN_ABSTRACT" -id: "FROZEN_OCEAN_SHELF" -vanilla: COLD_OCEAN -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - TUNDRA: 255 - - OCEANFLOOR: 60 -ocean: - palette: "COLD_OCEAN" - level: 62 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/ocean_shelf/ocean_lukewarm.yml b/src/main/resources/default-config/biomes/ocean_shelf/ocean_lukewarm.yml deleted file mode 100644 index 8d09a52d6..000000000 --- a/src/main/resources/default-config/biomes/ocean_shelf/ocean_lukewarm.yml +++ /dev/null @@ -1,39 +0,0 @@ -extends: "SHELF_OCEAN_ABSTRACT" -id: "LUKEWARM_OCEAN_SHELF" -vanilla: LUKEWARM_OCEAN -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - SANDY: 255 - - OCEANFLOOR: 60 -flora: - chance: 50 - attempts: 1 - items: - TALL_SEAGRASS: - weight: 1 - y: - min: 32 - max: 64 - SEAGRASS: - weight: 3 - y: - min: 32 - max: 64 - KELP_SHORT: - weight: 5 - y: - min: 32 - max: 64 - KELP_MEDIUM: - weight: 5 - y: - min: 32 - max: 64 - KELP_TALL: - weight: 5 - y: - min: 32 - max: 64 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/ocean_shelf/ocean_warm.yml b/src/main/resources/default-config/biomes/ocean_shelf/ocean_warm.yml deleted file mode 100644 index 39566c99a..000000000 --- a/src/main/resources/default-config/biomes/ocean_shelf/ocean_warm.yml +++ /dev/null @@ -1,43 +0,0 @@ -extends: "SHELF_OCEAN_ABSTRACT" -id: "WARM_OCEAN_SHELF" -vanilla: WARM_OCEAN -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - SANDY: 255 - - OCEANFLOOR: 60 -flora: - chance: 50 - attempts: 1 - simplex: - enable: true - frequency: 0.05 - seed: 4 - items: - TALL_SEAGRASS: - weight: 1 - y: - min: 32 - max: 64 - SEAGRASS: - weight: 3 - y: - min: 32 - max: 64 - KELP_SHORT: - weight: 1 - y: - min: 32 - max: 64 - KELP_MEDIUM: - weight: 1 - y: - min: 32 - max: 64 - KELP_TALL: - weight: 1 - y: - min: 32 - max: 64 diff --git a/src/main/resources/default-config/biomes/plains.yml b/src/main/resources/default-config/biomes/plains.yml deleted file mode 100644 index b8c8721b7..000000000 --- a/src/main/resources/default-config/biomes/plains.yml +++ /dev/null @@ -1,45 +0,0 @@ -extends: "PLAINS_ABSTRACT" -id: "PLAINS" - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - RIVER_BOTTOM: 61 - - RIVER_SHORE: 62 - - GRASSY: 255 -vanilla: PLAINS - -erodible: true - -flora: - chance: 60 - attempts: 1 - items: - TALL_GRASS: - weight: 29 - y: - min: 62 - max: 84 - GRASS: - weight: 70 - y: - min: 62 - max: 84 - SUNFLOWER: - weight: 1 - y: - min: 62 - max: 84 - -trees: - density: 1 - items: - OAK: - weight: 1 - y: - min: 58 - max: 72 - -# Carving and ores covered by super biome \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/plains_sky.yml b/src/main/resources/default-config/biomes/plains_sky.yml deleted file mode 100644 index ba9d42124..000000000 --- a/src/main/resources/default-config/biomes/plains_sky.yml +++ /dev/null @@ -1,47 +0,0 @@ -extends: "PLAINS_ABSTRACT" -id: "SKY_ISLANDS" - -noise-equation: "if(max(y-96, 0), -(if(max(y-150, 0), |y-150|, |y-150|/16)) - 0.25 + (noise2(x*3, z*3)*3), ((-((y / 63)^2)) + 1) + |(noise2(x, z) / 3) + 0.1|)" - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - RIVER_BOTTOM: 61 - - RIVER_SHORE: 62 - - GRASSY: 255 -vanilla: PLAINS - -erodible: true - -flora: - chance: 60 - attempts: 1 - items: - TALL_GRASS: - weight: 29 - y: - min: 62 - max: 160 - GRASS: - weight: 70 - y: - min: 62 - max: 160 - SUNFLOWER: - weight: 1 - y: - min: 62 - max: 160 - -trees: - density: 3 - items: - OAK: - weight: 1 - y: - min: 58 - max: 160 - -# Carving and ores covered by super biome \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/river.yml b/src/main/resources/default-config/biomes/river.yml deleted file mode 100644 index a436cff6a..000000000 --- a/src/main/resources/default-config/biomes/river.yml +++ /dev/null @@ -1,41 +0,0 @@ -noise-equation: "((-((y / 58)^2)) + 1) + ((noise2(x, z)/4))" -extends: "BASIC_ORES" -id: "RIVER" -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - RIVER_BOTTOM: 61 - - RIVER_SHORE: 62 - - GRASSY: 255 -vanilla: RIVER - -flora: - chance: 60 - attempts: 1 - items: - TALL_GRASS: - weight: 150 - y: - min: 62 - max: 84 - LILY_PAD: - weight: 10 - y: - min: 62 - max: 84 - GRASS: - weight: 675 - y: - min: 62 - max: 84 - SUGARCANE: - weight: 25 - y: - min: 62 - max: 68 - -ocean: - palette: "BLOCK:minecraft:water" - level: 62 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/swamp.yml b/src/main/resources/default-config/biomes/swamp.yml deleted file mode 100644 index 71c83b936..000000000 --- a/src/main/resources/default-config/biomes/swamp.yml +++ /dev/null @@ -1,54 +0,0 @@ -noise-equation: "((-((y / 62)^2)) + 1) + ((noise2(x, z)/4))" -extends: "BASIC_ORES" -id: "SWAMP" -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - SWAMP_BOTTOM: 61 - - SWAMP: 255 -vanilla: SWAMP -flora: - chance: 80 - attempts: 1 - items: - TALL_GRASS: - weight: 150 - y: - min: 62 - max: 84 - LILY_PAD: - weight: 40 - y: - min: 62 - max: 84 - GRASS: - weight: 700 - y: - min: 62 - max: 84 - BLUE_ORCHID: - weight: 20 - y: - min: 62 - max: 84 - ROOT: - weight: 3 - y: - min: 62 - max: 84 - -carving: - CAVE_SWAMP: 30 - - - -trees: - density: 15 - items: - SWAMP_OAK: - weight: 1 - y: - min: 58 - max: 84 \ No newline at end of file diff --git a/src/main/resources/default-config/biomes/tundra.yml b/src/main/resources/default-config/biomes/tundra.yml deleted file mode 100644 index 256e564d2..000000000 --- a/src/main/resources/default-config/biomes/tundra.yml +++ /dev/null @@ -1,48 +0,0 @@ -extends: "PLAINS_ABSTRACT" -id: "TUNDRA" - -palette: - - "BLOCK:minecraft:bedrock": 0 - - BEDROCK_MOST: 1 - - BEDROCK_HALF: 2 - - BEDROCK_LITTLE: 3 - - TUNDRA: 255 -vanilla: SNOWY_TUNDRA -carving: - CAVE_TUNDRA: 35 - RAVINE: 5 - CAVERN: 5 - -snow: - - min: 0 - max: 255 - chance: 30 -erodible: true - -flora: - chance: 2 - items: - SMALL_ROCK: - weight: 1 - y: - min: 60 - max: 255 -trees: - density: 40 - items: - ICE_SPIKE: - weight: 1 - y: - min: 58 - max: 84 -slabs: - enable: true - threshold: 0.015 - palettes: - - "minecraft:stone": "MOUNTAIN_SLABS" - - "minecraft:snow_block": "SNOW_LAYERS" - - "minecraft:gravel": "MOUNTAIN_SLABS" - use-stairs-if-available: true - stair-palettes: - - "minecraft:stone": "MOUNTAIN_STAIRS" - - "minecraft:gravel": "MOUNTAIN_STAIRS" \ No newline at end of file diff --git a/src/main/resources/default-config/carving/cave.yml b/src/main/resources/default-config/carving/cave.yml deleted file mode 100644 index 6af35f30c..000000000 --- a/src/main/resources/default-config/carving/cave.yml +++ /dev/null @@ -1,68 +0,0 @@ -id: CAVE -step: 2 -length: - min: 40 - max: 80 -start: - x: 1 - y: 0.25 - z: 1 - radius: - multiply: - x: 1 - y: 1 - z: 1 - min: 3 - max: 4 - height: - min: 4 - max: 72 -cut: - top: 0 - bottom: 1 -mutate: - x: 1 - y: 3 - z: 1 - radius: 0.125 -palette: - inner: - replace-blacklist: true - replace: - - "minecraft:air" - - "minecraft:water" - - "minecraft:lava" - - "minecraft:bedrock" - - "minecraft:ice" - layers: - - materials: { "minecraft:air": 1 } - y: 255 - - materials: { "minecraft:lava": 1 } - y: 8 - outer: - replace-blacklist: false - replace: [ ] - layers: - - materials: { "minecraft:stone": 1 } - y: 255 - top: - replace-blacklist: false - replace: [ ] - layers: - - materials: { "minecraft:stone": 1 } - y: 255 - bottom: - replace-blacklist: false - replace: [ ] - layers: - - materials: { "minecraft:stone": 1 } - y: 255 -shift: - "minecraft:grass_block": [ "minecraft:dirt" ] - "minecraft:mycelium": [ "minecraft:dirt" ] - "minecraft:podzol": [ "minecraft:dirt" ] - "minecraft:gravel": [ "minecraft:dirt" ] - "minecraft:sand": [ "minecraft:dirt" ] - "minecraft:coarse_dirt": [ "minecraft:dirt" ] - -update: [ ] \ No newline at end of file diff --git a/src/main/resources/default-config/carving/cave_ocean.yml b/src/main/resources/default-config/carving/cave_ocean.yml deleted file mode 100644 index 9f46c88f2..000000000 --- a/src/main/resources/default-config/carving/cave_ocean.yml +++ /dev/null @@ -1,74 +0,0 @@ -id: "CAVE_OCEAN" -step: 2 -length: - min: 40 - max: 80 -start: - x: 1 - y: 0.25 - z: 1 - radius: - multiply: - x: 1 - y: 1 - z: 1 - min: 3 - max: 4 - height: - min: 4 - max: 72 -cut: - top: 0 - bottom: 1 -mutate: - x: 1 - y: 3 - z: 1 - radius: 0.125 -palette: - inner: - replace-blacklist: true - replace: - - "minecraft:air" - - "minecraft:water" - - "minecraft:lava" - - "minecraft:bedrock" - - "minecraft:ice" - layers: - - materials: { "minecraft:air": 1 } - y: 255 - - materials: { "minecraft:water": 1 } - y: 62 - - materials: { "minecraft:lava": 1 } - y: 7 - - materials: { "minecraft:obsidian": 19, "minecraft:magma_block": 1 } - y: 8 - outer: - replace-blacklist: false - replace: - - "minecraft:stone" - layers: - - materials: { "minecraft:stone": 1 } - y: 255 - top: - replace-blacklist: false - replace: - - "minecraft:stone" - layers: - - materials: { "minecraft:stone": 1 } - y: 255 - bottom: - replace-blacklist: false - replace: - - "minecraft:stone" - layers: - - materials: { "minecraft:stone": 1 } - y: 255 -shift: - "minecraft:grass_block": [ "minecraft:dirt" ] - "minecraft:podzol": [ "minecraft:dirt" ] - "minecraft:gravel": [ "minecraft:dirt" ] - "minecraft:sand": [ "minecraft:dirt" ] - "minecraft:coarse_dirt": [ "minecraft:dirt" ] - -update: [ ] \ No newline at end of file diff --git a/src/main/resources/default-config/carving/cave_swamp.yml b/src/main/resources/default-config/carving/cave_swamp.yml deleted file mode 100644 index 045fa0fab..000000000 --- a/src/main/resources/default-config/carving/cave_swamp.yml +++ /dev/null @@ -1,86 +0,0 @@ -id: "CAVE_SWAMP" -step: 2 -length: - min: 40 - max: 80 -start: - x: 1 - y: 0.25 - z: 1 - radius: - multiply: - x: 1 - y: 1 - z: 1 - min: 3 - max: 4 - height: - min: 4 - max: 72 -cut: - top: 0 - bottom: 1 -mutate: - x: 1 - y: 3 - z: 1 - radius: 0.125 -palette: - inner: - replace-blacklist: true - replace: - - "minecraft:air" - - "minecraft:water" - - "minecraft:lava" - - "minecraft:bedrock" - - "minecraft:ice" - layers: - - materials: { "minecraft:air": 1 } - y: 255 - - materials: { "minecraft:water": 1 } - y: 48 - - materials: { "minecraft:lava": 1 } - y: 7 - - materials: { "minecraft:obsidian": 19, "minecraft:magma_block": 1 } - y: 8 - outer: - replace-blacklist: false - replace: - - "minecraft:stone" - layers: - - materials: { "minecraft:stone": 21, "minecraft:spruce_wood": 1, "minecraft:dark_oak_wood": 1, "minecraft:oak_leaves[persistent=true]": 2 } - y: 255 - - materials: { "minecraft:stone": 23, "minecraft:spruce_wood": 1, "minecraft:dark_oak_wood": 1 } - y: 48 - - materials: { "minecraft:stone": 1 } - y: 18 - top: - replace-blacklist: false - replace: - - "minecraft:stone" - layers: - - materials: { "minecraft:stone": 16, "minecraft:spruce_wood": 1, "minecraft:dark_oak_wood": 1, "minecraft:oak_leaves[persistent=true]": 2 } - y: 255 - - materials: { "minecraft:stone": 18, "minecraft:spruce_wood": 1, "minecraft:dark_oak_wood": 1 } - y: 48 - - materials: { "minecraft:stone": 1 } - y: 18 - bottom: - replace-blacklist: false - replace: - - "minecraft:stone" - layers: - - materials: { "minecraft:stone": 4, "minecraft:spruce_wood": 1, "minecraft:dark_oak_wood": 1, "minecraft:oak_leaves[persistent=true]": 2 } - y: 255 - - materials: { "minecraft:stone": 6, "minecraft:spruce_wood": 1, "minecraft:dark_oak_wood": 1 } - y: 48 - - materials: { "minecraft:stone": 1 } - y: 18 - -shift: - "minecraft:grass_block": [ "minecraft:dirt" ] - "minecraft:podzol": [ "minecraft:dirt" ] - "minecraft:gravel": [ "minecraft:dirt" ] - "minecraft:sand": [ "minecraft:dirt" ] - "minecraft:coarse_dirt": [ "minecraft:dirt" ] -update: [ ] \ No newline at end of file diff --git a/src/main/resources/default-config/carving/cave_tundra.yml b/src/main/resources/default-config/carving/cave_tundra.yml deleted file mode 100644 index 30deefe74..000000000 --- a/src/main/resources/default-config/carving/cave_tundra.yml +++ /dev/null @@ -1,74 +0,0 @@ -id: "CAVE_TUNDRA" -step: 2 -length: - min: 40 - max: 80 -start: - x: 1 - y: 0.25 - z: 1 - radius: - multiply: - x: 1 - y: 1 - z: 1 - min: 3 - max: 4 - height: - min: 4 - max: 72 -cut: - top: 0 - bottom: 1 -mutate: - x: 1 - y: 3 - z: 1 - radius: 0.125 -palette: - inner: - replace-blacklist: true - replace: - - "minecraft:air" - - "minecraft:water" - - "minecraft:lava" - - "minecraft:bedrock" - - "minecraft:ice" - layers: - - materials: { "minecraft:air": 1 } - y: 255 - - materials: { "minecraft:lava": 1 } - y: 8 - top: - replace-blacklist: false - replace: - - "minecraft:stone" - layers: - - materials: { "minecraft:stone": 1, "minecraft:cobblestone": 1,"minecraft:snow_block": 1 } - y: 255 - outer: - replace-blacklist: false - replace: - - "minecraft:stone" - layers: - - materials: { "minecraft:packed_ice": 1,"minecraft:snow_block": 1, "minecraft:stone": 2 } - y: 255 - - materials: { "minecraft:stone": 1 } - y: 18 - bottom: - replace-blacklist: false - replace: - - "minecraft:stone" - layers: - - materials: { "minecraft:packed_ice": 4 } - y: 255 - - materials: { "minecraft:stone": 1 } - y: 18 - -shift: - "minecraft:grass_block": [ "minecraft:dirt" ] - "minecraft:podzol": [ "minecraft:dirt" ] - "minecraft:gravel": [ "minecraft:dirt" ] - "minecraft:sand": [ "minecraft:dirt" ] - "minecraft:coarse_dirt": [ "minecraft:dirt" ] -update: [ ] \ No newline at end of file diff --git a/src/main/resources/default-config/carving/cavern.yml b/src/main/resources/default-config/carving/cavern.yml deleted file mode 100644 index 1d35760fb..000000000 --- a/src/main/resources/default-config/carving/cavern.yml +++ /dev/null @@ -1,66 +0,0 @@ -id: "CAVERN" -length: - min: 1 - max: 1 -start: - x: 1 - y: 0.25 - z: 1 - radius: - multiply: - x: 2 - y: 1 - z: 2 - min: 3 - max: 5 - height: - min: 4 - max: 48 -cut: - top: 0 - bottom: 1 -mutate: - x: 2 - y: 6 - z: 2 - radius: 0.125 -palette: - inner: - replace-blacklist: true - replace: - - "minecraft:air" - - "minecraft:water" - - "minecraft:lava" - - "minecraft:bedrock" - - "minecraft:ice" - layers: - - materials: { "minecraft:air": 1 } - y: 255 - - materials: { "minecraft:lava": 1 } - y: 8 - outer: - replace-blacklist: false - replace: [ ] - layers: - - materials: { "minecraft:stone": 1 } - y: 255 - top: - replace-blacklist: false - replace: [ ] - layers: - - materials: { "minecraft:stone": 1 } - y: 255 - bottom: - replace-blacklist: false - replace: [ ] - layers: - - materials: { "minecraft:stone": 1 } - y: 255 -shift: - "minecraft:grass_block": [ "minecraft:dirt" ] - "minecraft:podzol": [ "minecraft:dirt" ] - "minecraft:gravel": [ "minecraft:dirt" ] - "minecraft:sand": [ "minecraft:dirt" ] - "minecraft:coarse_dirt": [ "minecraft:dirt" ] - -update: [ ] \ No newline at end of file diff --git a/src/main/resources/default-config/carving/ravine.yml b/src/main/resources/default-config/carving/ravine.yml deleted file mode 100644 index 5c91a18a1..000000000 --- a/src/main/resources/default-config/carving/ravine.yml +++ /dev/null @@ -1,66 +0,0 @@ -id: "RAVINE" -length: - min: 30 - max: 60 -start: - x: 1 - y: 0.0 - z: 1 - radius: - multiply: - x: 1 - y: 6 - z: 1 - min: 3 - max: 4 - height: - min: 12 - max: 56 -cut: - top: 6 - bottom: 4 -mutate: - x: 1 - y: 2 - z: 1 - radius: 0.125 -palette: - inner: - replace-blacklist: true - replace: - - "minecraft:air" - - "minecraft:water" - - "minecraft:lava" - - "minecraft:bedrock" - - "minecraft:ice" - layers: - - materials: { "minecraft:air": 1 } - y: 255 - - materials: { "minecraft:lava": 1 } - y: 8 - outer: - replace-blacklist: false - replace: [ ] - layers: - - materials: { "minecraft:stone": 1 } - y: 255 - top: - replace-blacklist: false - replace: [ ] - layers: - - materials: { "minecraft:stone": 1 } - y: 255 - bottom: - replace-blacklist: false - replace: [ ] - layers: - - materials: { "minecraft:stone": 1 } - y: 255 -shift: - "minecraft:grass_block": [ "minecraft:dirt" ] - "minecraft:podzol": [ "minecraft:dirt" ] - "minecraft:gravel": [ "minecraft:dirt" ] - "minecraft:sand": [ "minecraft:dirt" ] - "minecraft:coarse_dirt": [ "minecraft:dirt" ] - -update: [ ] \ No newline at end of file diff --git a/src/main/resources/default-config/flora/button.yml b/src/main/resources/default-config/flora/button.yml deleted file mode 100644 index c1e37a8ae..000000000 --- a/src/main/resources/default-config/flora/button.yml +++ /dev/null @@ -1,16 +0,0 @@ -layers: - - materials: - - "minecraft:stone_button[facing=east,face=floor]": 1 - - "minecraft:stone_button[facing=south,face=floor]": 1 - layers: 1 -id: "SMALL_ROCK" -spawnable: - - "minecraft:stone" - - "minecraft:sand" - - "minecraft:red_sand" - - "minecraft:gravel" - - "minecraft:dirt" - - "minecraft:coarse_dirt" - - "minecraft:mycelium" -replaceable: - - "minecraft:air" \ No newline at end of file diff --git a/src/main/resources/default-config/flora/caves/stalactite.yml b/src/main/resources/default-config/flora/caves/stalactite.yml deleted file mode 100644 index ebaef2092..000000000 --- a/src/main/resources/default-config/flora/caves/stalactite.yml +++ /dev/null @@ -1,17 +0,0 @@ -layers: - - materials: - - "minecraft:cobblestone_wall": 1 - layers: 1 - - materials: - - "minecraft:iron_bars": 1 - - "minecraft:cobblestone_wall": 1 - layers: 1 - - materials: - - "minecraft:iron_bars": 1 - layers: 1 -id: "STALACTITE" -spawnable: - - "minecraft:stone" -replaceable: - - "minecraft:air" -ceiling: true \ No newline at end of file diff --git a/src/main/resources/default-config/flora/caves/stalagmite.yml b/src/main/resources/default-config/flora/caves/stalagmite.yml deleted file mode 100644 index ff54edbfb..000000000 --- a/src/main/resources/default-config/flora/caves/stalagmite.yml +++ /dev/null @@ -1,18 +0,0 @@ -layers: - - materials: - - "minecraft:iron_bars": 1 - layers: 1 - - materials: - - "minecraft:iron_bars": 1 - - "minecraft:cobblestone_wall": 1 - layers: 1 - - materials: - - "minecraft:cobblestone_wall": 1 - layers: 1 - -id: "STALAGMITE" -spawnable: - - "minecraft:stone" -replaceable: - - "minecraft:air" -ceiling: false \ No newline at end of file diff --git a/src/main/resources/default-config/flora/kelp/kelp_mid.yml b/src/main/resources/default-config/flora/kelp/kelp_mid.yml deleted file mode 100644 index 9b48cf56a..000000000 --- a/src/main/resources/default-config/flora/kelp/kelp_mid.yml +++ /dev/null @@ -1,17 +0,0 @@ -layers: - - materials: - - "minecraft:kelp": 1 - layers: 1 - - materials: - - "minecraft:kelp_plant": 1 - layers: 6 - -id: "KELP_MEDIUM" -spawnable: - - "minecraft:sand" - - "minecraft:stone" - - "minecraft:red_sand" - - "minecraft:gravel" - - "minecraft:dirt" -replaceable: - - "minecraft:water" \ No newline at end of file diff --git a/src/main/resources/default-config/flora/kelp/kelp_short.yml b/src/main/resources/default-config/flora/kelp/kelp_short.yml deleted file mode 100644 index 6ee55e4e2..000000000 --- a/src/main/resources/default-config/flora/kelp/kelp_short.yml +++ /dev/null @@ -1,17 +0,0 @@ -layers: - - materials: - - "minecraft:kelp": 1 - layers: 1 - - materials: - - "minecraft:kelp_plant": 1 - layers: 3 - -id: "KELP_SHORT" -spawnable: - - "minecraft:sand" - - "minecraft:stone" - - "minecraft:red_sand" - - "minecraft:gravel" - - "minecraft:dirt" -replaceable: - - "minecraft:water" \ No newline at end of file diff --git a/src/main/resources/default-config/flora/kelp/kelp_tall.yml b/src/main/resources/default-config/flora/kelp/kelp_tall.yml deleted file mode 100644 index 0de534fc1..000000000 --- a/src/main/resources/default-config/flora/kelp/kelp_tall.yml +++ /dev/null @@ -1,17 +0,0 @@ -layers: - - materials: - - "minecraft:kelp": 1 - layers: 1 - - materials: - - "minecraft:kelp_plant": 1 - layers: 9 - -id: "KELP_TALL" -spawnable: - - "minecraft:sand" - - "minecraft:stone" - - "minecraft:red_sand" - - "minecraft:gravel" - - "minecraft:dirt" -replaceable: - - "minecraft:water" \ No newline at end of file diff --git a/src/main/resources/default-config/flora/leaves.yml b/src/main/resources/default-config/flora/leaves.yml deleted file mode 100644 index 9a2fd6b81..000000000 --- a/src/main/resources/default-config/flora/leaves.yml +++ /dev/null @@ -1,15 +0,0 @@ -layers: - - materials: - - "minecraft:oak_leaves[persistent=true]": 1 - layers: 1 -id: "LEAVES" -spawnable: - - "minecraft:stone" - - "minecraft:sand" - - "minecraft:red_sand" - - "minecraft:gravel" - - "minecraft:dirt" - - "minecraft:coarse_dirt" - - "minecraft:grass_block" -replaceable: - - "minecraft:air" \ No newline at end of file diff --git a/src/main/resources/default-config/flora/root.yml b/src/main/resources/default-config/flora/root.yml deleted file mode 100644 index 20b0bb270..000000000 --- a/src/main/resources/default-config/flora/root.yml +++ /dev/null @@ -1,23 +0,0 @@ -layers: - - materials: - - "minecraft:spruce_fence": 1 - - "minecraft:air": 2 - layers: 1 - - materials: - - "minecraft:spruce_fence": 1 - layers: 1 - - materials: - - "minecraft:spruce_fence": 1 - - "minecraft:oak_log": 2 - layers: 1 - - materials: - - "minecraft:oak_log": 1 - layers: 1 - -id: "ROOT" -spawnable: - - "minecraft:grass_block" - - "minecraft:coarse_dirt" - - "minecraft:dirt" -replaceable: - - "minecraft:air" \ No newline at end of file diff --git a/src/main/resources/default-config/flora/seagrass.yml b/src/main/resources/default-config/flora/seagrass.yml deleted file mode 100644 index 8d719e506..000000000 --- a/src/main/resources/default-config/flora/seagrass.yml +++ /dev/null @@ -1,13 +0,0 @@ -layers: - - materials: - - "minecraft:seagrass": 1 - layers: 1 -id: "SEAGRASS" -spawnable: - - "minecraft:sand" - - "minecraft:stone" - - "minecraft:red_sand" - - "minecraft:gravel" - - "minecraft:dirt" -replaceable: - - "minecraft:water" \ No newline at end of file diff --git a/src/main/resources/default-config/flora/sugarcane.yml b/src/main/resources/default-config/flora/sugarcane.yml deleted file mode 100644 index d63e4c51e..000000000 --- a/src/main/resources/default-config/flora/sugarcane.yml +++ /dev/null @@ -1,17 +0,0 @@ -layers: - - materials: - - "minecraft:sugar_cane": 1 - - "minecraft:air": 1 - layers: 1 - - materials: - - "minecraft:sugar_cane": 1 - layers: 2 -id: "SUGARCANE" -spawnable: - - "minecraft:sand" - - "minecraft:red_sand" - - "minecraft:grass_block" -replaceable: - - "minecraft:air" -irrigable: - - "minecraft:water" \ No newline at end of file diff --git a/src/main/resources/default-config/flora/tall_seagrass.yml b/src/main/resources/default-config/flora/tall_seagrass.yml deleted file mode 100644 index ce0e8f63d..000000000 --- a/src/main/resources/default-config/flora/tall_seagrass.yml +++ /dev/null @@ -1,16 +0,0 @@ -layers: - - materials: - - "minecraft:tall_seagrass[half=upper]": 1 - layers: 1 - - materials: - - "minecraft:tall_seagrass[half=lower]": 1 - layers: 1 -id: "TALL_SEAGRASS" -spawnable: - - "minecraft:sand" - - "minecraft:stone" - - "minecraft:red_sand" - - "minecraft:gravel" - - "minecraft:dirt" -replaceable: - - "minecraft:water" \ No newline at end of file diff --git a/src/main/resources/default-config/grids/beach.yml b/src/main/resources/default-config/grids/beach.yml deleted file mode 100644 index db78f49fe..000000000 --- a/src/main/resources/default-config/grids/beach.yml +++ /dev/null @@ -1,13 +0,0 @@ -grid: - - [ "FROZEN_BEACH", "FROZEN_BEACH", "COLD_BEACH", "BEACH", "BEACH", "BEACH", "BEACH", "WARM_BEACH", "WARM_BEACH", "WARM_BEACH", "WARM_BEACH" ] - - [ "FROZEN_BEACH", "FROZEN_BEACH", "COLD_BEACH", "BEACH", "BEACH", "BEACH", "BEACH", "WARM_BEACH", "WARM_BEACH", "WARM_BEACH", "WARM_BEACH" ] - - [ "FROZEN_BEACH", "FROZEN_BEACH", "COLD_BEACH", "BEACH", "BEACH", "BEACH", "BEACH", "WARM_BEACH", "WARM_BEACH", "WARM_BEACH", "WARM_BEACH" ] - - [ "FROZEN_BEACH", "FROZEN_BEACH", "COLD_BEACH", "BEACH", "BEACH", "BEACH", "BEACH", "WARM_BEACH", "WARM_BEACH", "WARM_BEACH", "WARM_BEACH" ] - - [ "FROZEN_BEACH", "FROZEN_BEACH", "COLD_BEACH", "BEACH", "BEACH", "BEACH", "BEACH", "WARM_BEACH", "WARM_BEACH", "WARM_BEACH", "WARM_BEACH" ] - - [ "FROZEN_BEACH", "FROZEN_BEACH", "COLD_BEACH", "BEACH", "BEACH", "BEACH", "BEACH", "WARM_BEACH", "WARM_BEACH", "WARM_BEACH", "WARM_BEACH" ] - - [ "FROZEN_BEACH", "FROZEN_BEACH", "COLD_BEACH", "BEACH", "BEACH", "BEACH", "BEACH", "WARM_BEACH", "WARM_BEACH", "WARM_BEACH", "WARM_BEACH" ] - - [ "FROZEN_BEACH", "FROZEN_BEACH", "COLD_BEACH", "BEACH", "BEACH", "SWAMP", "BEACH", "WARM_BEACH", "WARM_BEACH", "WARM_BEACH", "WARM_BEACH" ] - - [ "FROZEN_BEACH", "FROZEN_BEACH", "COLD_BEACH", "BEACH", "BEACH", "SWAMP", "SWAMP", "SWAMP", "WARM_BEACH", "WARM_BEACH", "WARM_BEACH" ] - - [ "FROZEN_BEACH", "FROZEN_BEACH", "COLD_BEACH", "BEACH", "BEACH", "SWAMP", "SWAMP", "SWAMP", "SWAMP", "WARM_BEACH", "WARM_BEACH" ] - - [ "FROZEN_BEACH", "FROZEN_BEACH", "COLD_BEACH", "BEACH", "BEACH", "SWAMP", "SWAMP", "SWAMP", "SWAMP", "WARM_BEACH", "WARM_BEACH" ] -id: "BEACH" \ No newline at end of file diff --git a/src/main/resources/default-config/grids/land.yml b/src/main/resources/default-config/grids/land.yml deleted file mode 100644 index 562d68347..000000000 --- a/src/main/resources/default-config/grids/land.yml +++ /dev/null @@ -1,13 +0,0 @@ -grid: - - [ "TUNDRA", "TUNDRA", "TAIGA", "PLAINS", "PLAINS", "PLAINS", "SAVANNA", "SAVANNA", "DESERT", "DESERT", "DESERT" ] - - [ "TUNDRA", "TUNDRA", "TAIGA", "PLAINS", "PLAINS", "PLAINS", "SAVANNA", "SAVANNA", "DESERT", "DESERT", "DESERT" ] - - [ "TUNDRA", "TUNDRA", "TAIGA", "PLAINS", "PLAINS", "PLAINS", "SAVANNA", "SAVANNA", "DESERT", "DESERT", "DESERT" ] - - [ "TUNDRA", "TUNDRA", "TAIGA", "PLAINS", "PLAINS", "PLAINS", "SAVANNA", "SAVANNA", "DESERT", "DESERT", "DESERT" ] - - [ "TUNDRA", "TUNDRA", "TAIGA", "PLAINS", "PLAINS", "PLAINS", "SAVANNA", "SAVANNA", "SAVANNA", "SAVANNA", "SAVANNA" ] - - [ "SNOWY_TAIGA", "SNOWY_TAIGA", "TAIGA", "SKY_ISLANDS", "SKY_ISLANDS", "PLAINS", "PLAINS", "SAVANNA", "SAVANNA", "SAVANNA", "SAVANNA" ] - - [ "SNOWY_TAIGA", "SNOWY_TAIGA", "TAIGA", "SKY_ISLANDS", "SKY_ISLANDS", "PLAINS", "PLAINS", "PLAINS", "PLAINS", "PLAINS", "PLAINS" ] - - [ "SNOWY_TAIGA", "SNOWY_TAIGA", "TAIGA", "DARK_FOREST", "DARK_FOREST", "FOREST", "FOREST", "JUNGLE", "JUNGLE", "JUNGLE", "JUNGLE" ] - - [ "SNOWY_TAIGA", "SNOWY_TAIGA", "TAIGA", "DARK_FOREST", "DARK_FOREST", "FOREST", "FOREST", "FOREST", "JUNGLE", "JUNGLE", "JUNGLE" ] - - [ "SNOWY_TAIGA", "SNOWY_TAIGA", "TAIGA", "DARK_FOREST", "DARK_FOREST", "FOREST", "FOREST", "JUNGLE", "JUNGLE", "JUNGLE", "JUNGLE" ] - - [ "SNOWY_TAIGA", "SNOWY_TAIGA", "TAIGA", "DARK_FOREST", "DARK_FOREST", "BIRCH_FOREST", "BIRCH_FOREST", "JUNGLE", "JUNGLE", "JUNGLE", "JUNGLE" ] -id: "LAND" \ No newline at end of file diff --git a/src/main/resources/default-config/grids/mountain.yml b/src/main/resources/default-config/grids/mountain.yml deleted file mode 100644 index f56c359a0..000000000 --- a/src/main/resources/default-config/grids/mountain.yml +++ /dev/null @@ -1,13 +0,0 @@ -grid: - - [ "MOUNTAINS_STONE", "MOUNTAINS_STONE", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "MESA", "MESA", "MESA" ] - - [ "MOUNTAINS_STONE", "MOUNTAINS_STONE", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "MESA", "MESA", "MESA" ] - - [ "MOUNTAINS_STONE", "MOUNTAINS_STONE", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "MESA", "MESA", "MESA" ] - - [ "MOUNTAINS_STONE", "MOUNTAINS_STONE", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "MESA", "MESA", "MESA" ] - - [ "MOUNTAINS_STONE", "MOUNTAINS_STONE", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS" ] - - [ "MOUNTAINS_STONE", "MOUNTAINS_STONE", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS" ] - - [ "MOUNTAINS_STONE", "MOUNTAINS_STONE", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY", "MOUNTAINS_PRETTY", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0" ] - - [ "MOUNTAINS_STONE", "MOUNTAINS_STONE", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY", "MOUNTAINS_PRETTY", "MOUNTAINS_PRETTY", "MOUNTAINS_PRETTY", "MOUNTAINS_JUNGLE_1", "MOUNTAINS_JUNGLE_1", "MOUNTAINS_JUNGLE_1", "MOUNTAINS_JUNGLE_1" ] - - [ "MOUNTAINS_STONE", "MOUNTAINS_STONE", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY", "MOUNTAINS_PRETTY", "MOUNTAINS_PRETTY", "MOUNTAINS_PRETTY", "MOUNTAINS_PRETTY", "MOUNTAINS_JUNGLE", "MOUNTAINS_JUNGLE", "MOUNTAINS_JUNGLE" ] - - [ "MOUNTAINS_STONE", "MOUNTAINS_STONE", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY", "MOUNTAINS_PRETTY", "MOUNTAINS_PRETTY", "MOUNTAINS_PRETTY", "MOUNTAINS_JUNGLE", "MOUNTAINS_JUNGLE", "MOUNTAINS_JUNGLE", "MOUNTAINS_JUNGLE" ] - - [ "MOUNTAINS_STONE", "MOUNTAINS_STONE", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY", "MOUNTAINS_PRETTY", "MOUNTAINS_PRETTY", "MOUNTAINS_PRETTY", "MOUNTAINS_JUNGLE", "MOUNTAINS_JUNGLE", "MOUNTAINS_JUNGLE", "MOUNTAINS_JUNGLE" ] -id: "MOUNTAIN" \ No newline at end of file diff --git a/src/main/resources/default-config/grids/mountain_border_flat.yml b/src/main/resources/default-config/grids/mountain_border_flat.yml deleted file mode 100644 index 89a86da24..000000000 --- a/src/main/resources/default-config/grids/mountain_border_flat.yml +++ /dev/null @@ -1,13 +0,0 @@ -grid: - - [ "MOUNTAINS_STONE_0", "MOUNTAINS_STONE_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "MESA", "MESA", "MESA" ] - - [ "MOUNTAINS_STONE_0", "MOUNTAINS_STONE_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "MESA", "MESA", "MESA" ] - - [ "MOUNTAINS_STONE_0", "MOUNTAINS_STONE_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "MESA", "MESA", "MESA" ] - - [ "MOUNTAINS_STONE_0", "MOUNTAINS_STONE_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "MESA", "MESA", "MESA" ] - - [ "MOUNTAINS_STONE_0", "MOUNTAINS_STONE_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS" ] - - [ "MOUNTAINS_STONE_0", "MOUNTAINS_STONE_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS" ] - - [ "MOUNTAINS_STONE_0", "MOUNTAINS_STONE_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0" ] - - [ "MOUNTAINS_STONE_0", "MOUNTAINS_STONE_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_JUNGLE_0", "MOUNTAINS_JUNGLE_0", "MOUNTAINS_JUNGLE_0", "MOUNTAINS_JUNGLE_0" ] - - [ "MOUNTAINS_STONE_0", "MOUNTAINS_STONE_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_JUNGLE_0", "MOUNTAINS_JUNGLE_0", "MOUNTAINS_JUNGLE_0" ] - - [ "MOUNTAINS_STONE_0", "MOUNTAINS_STONE_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_JUNGLE_0", "MOUNTAINS_JUNGLE_0", "MOUNTAINS_JUNGLE_0", "MOUNTAINS_JUNGLE_0" ] - - [ "MOUNTAINS_STONE_0", "MOUNTAINS_STONE_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_JUNGLE_0", "MOUNTAINS_JUNGLE_0", "MOUNTAINS_JUNGLE_0", "MOUNTAINS_JUNGLE_0" ] -id: "MOUNTAIN_0" \ No newline at end of file diff --git a/src/main/resources/default-config/grids/mountain_border_mid.yml b/src/main/resources/default-config/grids/mountain_border_mid.yml deleted file mode 100644 index e267ad139..000000000 --- a/src/main/resources/default-config/grids/mountain_border_mid.yml +++ /dev/null @@ -1,13 +0,0 @@ -grid: - - [ "MOUNTAINS_STONE_1", "MOUNTAINS_STONE_1", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "MESA", "MESA", "MESA" ] - - [ "MOUNTAINS_STONE_1", "MOUNTAINS_STONE_1", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "MESA", "MESA", "MESA" ] - - [ "MOUNTAINS_STONE_1", "MOUNTAINS_STONE_1", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "MESA", "MESA", "MESA" ] - - [ "MOUNTAINS_STONE_1", "MOUNTAINS_STONE_1", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "MESA", "MESA", "MESA" ] - - [ "MOUNTAINS_STONE_1", "MOUNTAINS_STONE_1", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS" ] - - [ "MOUNTAINS_STONE_1", "MOUNTAINS_STONE_1", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_0", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS", "ARID_MOUNTAINS" ] - - [ "MOUNTAINS_STONE_1", "MOUNTAINS_STONE_1", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_0" ] - - [ "MOUNTAINS_STONE_1", "MOUNTAINS_STONE_1", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_JUNGLE_1", "MOUNTAINS_JUNGLE_1", "MOUNTAINS_JUNGLE_1", "MOUNTAINS_JUNGLE_1" ] - - [ "MOUNTAINS_STONE_1", "MOUNTAINS_STONE_1", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_JUNGLE_1", "MOUNTAINS_JUNGLE_1", "MOUNTAINS_JUNGLE_1" ] - - [ "MOUNTAINS_STONE_1", "MOUNTAINS_STONE_1", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_JUNGLE_1", "MOUNTAINS_JUNGLE_1", "MOUNTAINS_JUNGLE_1", "MOUNTAINS_JUNGLE_1" ] - - [ "MOUNTAINS_STONE_1", "MOUNTAINS_STONE_1", "MOUNTAINS_PRETTY_0", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_PRETTY_1", "MOUNTAINS_JUNGLE_1", "MOUNTAINS_JUNGLE_1", "MOUNTAINS_JUNGLE_1", "MOUNTAINS_JUNGLE_1" ] -id: "MOUNTAIN_1" \ No newline at end of file diff --git a/src/main/resources/default-config/grids/ocean.yml b/src/main/resources/default-config/grids/ocean.yml deleted file mode 100644 index d704cb357..000000000 --- a/src/main/resources/default-config/grids/ocean.yml +++ /dev/null @@ -1,13 +0,0 @@ -grid: - - [ "FROZEN_OCEAN", "COLD_OCEAN", "COLD_OCEAN", "OCEAN", "OCEAN", "OCEAN", "OCEAN", "LUKEWARM_OCEAN", "WARM_OCEAN", "WARM_OCEAN", "WARM_OCEAN" ] - - [ "FROZEN_OCEAN", "COLD_OCEAN", "COLD_OCEAN", "OCEAN", "OCEAN", "OCEAN", "OCEAN", "LUKEWARM_OCEAN", "WARM_OCEAN", "WARM_OCEAN", "WARM_OCEAN" ] - - [ "FROZEN_OCEAN", "COLD_OCEAN", "COLD_OCEAN", "OCEAN", "OCEAN", "OCEAN", "OCEAN", "LUKEWARM_OCEAN", "WARM_OCEAN", "WARM_OCEAN", "WARM_OCEAN" ] - - [ "FROZEN_OCEAN", "COLD_OCEAN", "COLD_OCEAN", "OCEAN", "OCEAN", "OCEAN", "OCEAN", "LUKEWARM_OCEAN", "WARM_OCEAN", "WARM_OCEAN", "WARM_OCEAN" ] - - [ "FROZEN_OCEAN", "COLD_OCEAN", "COLD_OCEAN", "OCEAN", "OCEAN", "OCEAN", "OCEAN", "LUKEWARM_OCEAN", "WARM_OCEAN", "WARM_OCEAN", "WARM_OCEAN" ] - - [ "FROZEN_OCEAN", "COLD_OCEAN", "COLD_OCEAN", "OCEAN", "OCEAN", "OCEAN", "OCEAN", "LUKEWARM_OCEAN", "WARM_OCEAN", "WARM_OCEAN", "WARM_OCEAN" ] - - [ "FROZEN_OCEAN", "COLD_OCEAN", "COLD_OCEAN", "OCEAN", "OCEAN", "OCEAN", "OCEAN", "LUKEWARM_OCEAN", "WARM_OCEAN", "WARM_OCEAN", "WARM_OCEAN" ] - - [ "FROZEN_OCEAN", "COLD_OCEAN", "COLD_OCEAN", "OCEAN", "OCEAN", "SWAMP", "OCEAN", "LUKEWARM_OCEAN", "WARM_OCEAN", "WARM_OCEAN", "WARM_OCEAN" ] - - [ "FROZEN_OCEAN", "COLD_OCEAN", "COLD_OCEAN", "OCEAN", "OCEAN", "SWAMP", "SWAMP", "SWAMP", "LUKEWARM_OCEAN", "WARM_OCEAN", "WARM_OCEAN" ] - - [ "FROZEN_OCEAN", "COLD_OCEAN", "COLD_OCEAN", "OCEAN", "OCEAN", "SWAMP", "SWAMP", "SWAMP", "SWAMP", "LUKEWARM_OCEAN", "WARM_OCEAN" ] - - [ "FROZEN_OCEAN", "COLD_OCEAN", "COLD_OCEAN", "OCEAN", "OCEAN", "SWAMP", "SWAMP", "SWAMP", "SWAMP", "LUKEWARM_OCEAN", "WARM_OCEAN" ] -id: "OCEAN" \ No newline at end of file diff --git a/src/main/resources/default-config/grids/ocean_deep.yml b/src/main/resources/default-config/grids/ocean_deep.yml deleted file mode 100644 index 9c06d6afc..000000000 --- a/src/main/resources/default-config/grids/ocean_deep.yml +++ /dev/null @@ -1,13 +0,0 @@ -grid: - - [ "FROZEN_OCEAN_DEEP", "COLD_OCEAN_DEEP", "COLD_OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "LUKEWARM_OCEAN_DEEP", "WARM_OCEAN_DEEP", "WARM_OCEAN_DEEP", "WARM_OCEAN_DEEP" ] - - [ "FROZEN_OCEAN_DEEP", "COLD_OCEAN_DEEP", "COLD_OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "LUKEWARM_OCEAN_DEEP", "WARM_OCEAN_DEEP", "WARM_OCEAN_DEEP", "WARM_OCEAN_DEEP" ] - - [ "FROZEN_OCEAN_DEEP", "COLD_OCEAN_DEEP", "COLD_OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "LUKEWARM_OCEAN_DEEP", "WARM_OCEAN_DEEP", "WARM_OCEAN_DEEP", "WARM_OCEAN_DEEP" ] - - [ "FROZEN_OCEAN_DEEP", "COLD_OCEAN_DEEP", "COLD_OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "LUKEWARM_OCEAN_DEEP", "WARM_OCEAN_DEEP", "WARM_OCEAN_DEEP", "WARM_OCEAN_DEEP" ] - - [ "FROZEN_OCEAN_DEEP", "COLD_OCEAN_DEEP", "COLD_OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "LUKEWARM_OCEAN_DEEP", "WARM_OCEAN_DEEP", "WARM_OCEAN_DEEP", "WARM_OCEAN_DEEP" ] - - [ "FROZEN_OCEAN_DEEP", "COLD_OCEAN_DEEP", "COLD_OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "LUKEWARM_OCEAN_DEEP", "WARM_OCEAN_DEEP", "WARM_OCEAN_DEEP", "WARM_OCEAN_DEEP" ] - - [ "FROZEN_OCEAN_DEEP", "COLD_OCEAN_DEEP", "COLD_OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "LUKEWARM_OCEAN_DEEP", "WARM_OCEAN_DEEP", "WARM_OCEAN_DEEP", "WARM_OCEAN_DEEP" ] - - [ "FROZEN_OCEAN_DEEP", "COLD_OCEAN_DEEP", "COLD_OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "LUKEWARM_OCEAN_DEEP", "WARM_OCEAN_DEEP", "WARM_OCEAN_DEEP", "WARM_OCEAN_DEEP" ] - - [ "FROZEN_OCEAN_DEEP", "COLD_OCEAN_DEEP", "COLD_OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "LUKEWARM_OCEAN_DEEP", "LUKEWARM_OCEAN_DEEP", "WARM_OCEAN_DEEP", "WARM_OCEAN_DEEP" ] - - [ "FROZEN_OCEAN_DEEP", "COLD_OCEAN_DEEP", "COLD_OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "LUKEWARM_OCEAN_DEEP", "LUKEWARM_OCEAN_DEEP", "LUKEWARM_OCEAN_DEEP", "WARM_OCEAN_DEEP" ] - - [ "FROZEN_OCEAN_DEEP", "COLD_OCEAN_DEEP", "COLD_OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "OCEAN_DEEP", "LUKEWARM_OCEAN_DEEP", "LUKEWARM_OCEAN_DEEP", "LUKEWARM_OCEAN_DEEP", "WARM_OCEAN_DEEP" ] -id: "OCEAN_DEEP" \ No newline at end of file diff --git a/src/main/resources/default-config/grids/ocean_shelf.yml b/src/main/resources/default-config/grids/ocean_shelf.yml deleted file mode 100644 index 6be06e1c8..000000000 --- a/src/main/resources/default-config/grids/ocean_shelf.yml +++ /dev/null @@ -1,13 +0,0 @@ -grid: - - [ "FROZEN_OCEAN_SHELF", "COLD_OCEAN_SHELF", "COLD_OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "LUKEWARM_OCEAN_SHELF", "WARM_OCEAN_SHELF", "WARM_OCEAN_SHELF", "WARM_OCEAN_SHELF" ] - - [ "FROZEN_OCEAN_SHELF", "COLD_OCEAN_SHELF", "COLD_OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "LUKEWARM_OCEAN_SHELF", "WARM_OCEAN_SHELF", "WARM_OCEAN_SHELF", "WARM_OCEAN_SHELF" ] - - [ "FROZEN_OCEAN_SHELF", "COLD_OCEAN_SHELF", "COLD_OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "LUKEWARM_OCEAN_SHELF", "WARM_OCEAN_SHELF", "WARM_OCEAN_SHELF", "WARM_OCEAN_SHELF" ] - - [ "FROZEN_OCEAN_SHELF", "COLD_OCEAN_SHELF", "COLD_OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "LUKEWARM_OCEAN_SHELF", "WARM_OCEAN_SHELF", "WARM_OCEAN_SHELF", "WARM_OCEAN_SHELF" ] - - [ "FROZEN_OCEAN_SHELF", "COLD_OCEAN_SHELF", "COLD_OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "LUKEWARM_OCEAN_SHELF", "WARM_OCEAN_SHELF", "WARM_OCEAN_SHELF", "WARM_OCEAN_SHELF" ] - - [ "FROZEN_OCEAN_SHELF", "COLD_OCEAN_SHELF", "COLD_OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "LUKEWARM_OCEAN_SHELF", "WARM_OCEAN_SHELF", "WARM_OCEAN_SHELF", "WARM_OCEAN_SHELF" ] - - [ "FROZEN_OCEAN_SHELF", "COLD_OCEAN_SHELF", "COLD_OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "LUKEWARM_OCEAN_SHELF", "WARM_OCEAN_SHELF", "WARM_OCEAN_SHELF", "WARM_OCEAN_SHELF" ] - - [ "FROZEN_OCEAN_SHELF", "COLD_OCEAN_SHELF", "COLD_OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "LUKEWARM_OCEAN_SHELF", "WARM_OCEAN_SHELF", "WARM_OCEAN_SHELF", "WARM_OCEAN_SHELF" ] - - [ "FROZEN_OCEAN_SHELF", "COLD_OCEAN_SHELF", "COLD_OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "LUKEWARM_OCEAN_SHELF", "LUKEWARM_OCEAN_SHELF", "WARM_OCEAN_SHELF", "WARM_OCEAN_SHELF" ] - - [ "FROZEN_OCEAN_SHELF", "COLD_OCEAN_SHELF", "COLD_OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "LUKEWARM_OCEAN_SHELF", "LUKEWARM_OCEAN_SHELF", "LUKEWARM_OCEAN_SHELF", "WARM_OCEAN_SHELF" ] - - [ "FROZEN_OCEAN_SHELF", "COLD_OCEAN_SHELF", "COLD_OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "OCEAN_SHELF", "LUKEWARM_OCEAN_SHELF", "LUKEWARM_OCEAN_SHELF", "LUKEWARM_OCEAN_SHELF", "WARM_OCEAN_SHELF" ] -id: "OCEAN_SHELF" \ No newline at end of file diff --git a/src/main/resources/default-config/ores/deposits/andesite_pocket.yml b/src/main/resources/default-config/ores/deposits/andesite_pocket.yml deleted file mode 100644 index 2883cf899..000000000 --- a/src/main/resources/default-config/ores/deposits/andesite_pocket.yml +++ /dev/null @@ -1,9 +0,0 @@ -material: "minecraft:andesite" -radius: - min: 3 - max: 4 -deform: 0.75 -deform-frequency: 0.1 -id: "ANDESITE" -replace: - - "#minecraft:base_stone_overworld" \ No newline at end of file diff --git a/src/main/resources/default-config/ores/deposits/diorite_pocket.yml b/src/main/resources/default-config/ores/deposits/diorite_pocket.yml deleted file mode 100644 index f7c8ed7f5..000000000 --- a/src/main/resources/default-config/ores/deposits/diorite_pocket.yml +++ /dev/null @@ -1,9 +0,0 @@ -material: "minecraft:diorite" -radius: - min: 3 - max: 4 -deform: 0.75 -deform-frequency: 0.1 -id: "DIORITE" -replace: - - "#minecraft:base_stone_overworld" \ No newline at end of file diff --git a/src/main/resources/default-config/ores/deposits/dirt_pocket.yml b/src/main/resources/default-config/ores/deposits/dirt_pocket.yml deleted file mode 100644 index d16b87088..000000000 --- a/src/main/resources/default-config/ores/deposits/dirt_pocket.yml +++ /dev/null @@ -1,9 +0,0 @@ -material: "minecraft:dirt" -radius: - min: 3 - max: 4 -deform: 0.75 -deform-frequency: 0.1 -id: "DIRT" -replace: - - "#minecraft:base_stone_overworld" \ No newline at end of file diff --git a/src/main/resources/default-config/ores/deposits/granite_pocket.yml b/src/main/resources/default-config/ores/deposits/granite_pocket.yml deleted file mode 100644 index e03e635d4..000000000 --- a/src/main/resources/default-config/ores/deposits/granite_pocket.yml +++ /dev/null @@ -1,9 +0,0 @@ -material: "minecraft:granite" -radius: - min: 3 - max: 4 -deform: 0.75 -deform-frequency: 0.1 -id: "GRANITE" -replace: - - "#minecraft:base_stone_overworld" \ No newline at end of file diff --git a/src/main/resources/default-config/ores/deposits/gravel_pocket.yml b/src/main/resources/default-config/ores/deposits/gravel_pocket.yml deleted file mode 100644 index 05f1cd595..000000000 --- a/src/main/resources/default-config/ores/deposits/gravel_pocket.yml +++ /dev/null @@ -1,9 +0,0 @@ -material: "minecraft:gravel" -radius: - min: 3 - max: 4 -deform: 0.75 -deform-frequency: 0.1 -id: "GRAVEL" -replace: - - "#minecraft:base_stone_overworld" \ No newline at end of file diff --git a/src/main/resources/default-config/ores/minerals/coal.yml b/src/main/resources/default-config/ores/minerals/coal.yml deleted file mode 100644 index 0254a37a4..000000000 --- a/src/main/resources/default-config/ores/minerals/coal.yml +++ /dev/null @@ -1,9 +0,0 @@ -material: "minecraft:coal_ore" -radius: - min: 1 - max: 2 -deform: 0.75 -deform-frequency: 0.2 -id: "COAL_ORE" -replace: - - "#minecraft:base_stone_overworld" \ No newline at end of file diff --git a/src/main/resources/default-config/ores/minerals/diamond.yml b/src/main/resources/default-config/ores/minerals/diamond.yml deleted file mode 100644 index ed7b3a78c..000000000 --- a/src/main/resources/default-config/ores/minerals/diamond.yml +++ /dev/null @@ -1,9 +0,0 @@ -material: "minecraft:diamond_ore" -radius: - min: 0 - max: 1 -deform: 0.75 -deform-frequency: 0.2 -id: "DIAMOND_ORE" -replace: - - "#minecraft:base_stone_overworld" \ No newline at end of file diff --git a/src/main/resources/default-config/ores/minerals/gold.yml b/src/main/resources/default-config/ores/minerals/gold.yml deleted file mode 100644 index ade0f682a..000000000 --- a/src/main/resources/default-config/ores/minerals/gold.yml +++ /dev/null @@ -1,9 +0,0 @@ -material: "minecraft:gold_ore" -radius: - min: 1 - max: 1 -deform: 0.75 -deform-frequency: 0.2 -id: "GOLD_ORE" -replace: - - "#minecraft:base_stone_overworld" \ No newline at end of file diff --git a/src/main/resources/default-config/ores/minerals/iron.yml b/src/main/resources/default-config/ores/minerals/iron.yml deleted file mode 100644 index 78ed86db9..000000000 --- a/src/main/resources/default-config/ores/minerals/iron.yml +++ /dev/null @@ -1,9 +0,0 @@ -material: "minecraft:iron_ore" -radius: - min: 1 - max: 1 -deform: 0.75 -deform-frequency: 0.2 -id: "IRON_ORE" -replace: - - "#minecraft:base_stone_overworld" \ No newline at end of file diff --git a/src/main/resources/default-config/ores/minerals/lapis.yml b/src/main/resources/default-config/ores/minerals/lapis.yml deleted file mode 100644 index ba36d2d0a..000000000 --- a/src/main/resources/default-config/ores/minerals/lapis.yml +++ /dev/null @@ -1,9 +0,0 @@ -material: "minecraft:lapis_ore" -radius: - min: 1 - max: 1 -deform: 0.75 -deform-frequency: 0.2 -id: "LAPIS_ORE" -replace: - - "#minecraft:base_stone_overworld" \ No newline at end of file diff --git a/src/main/resources/default-config/ores/minerals/redstone.yml b/src/main/resources/default-config/ores/minerals/redstone.yml deleted file mode 100644 index 2f23e595f..000000000 --- a/src/main/resources/default-config/ores/minerals/redstone.yml +++ /dev/null @@ -1,9 +0,0 @@ -material: "minecraft:redstone_ore" -radius: - min: 1 - max: 1 -deform: 0.75 -deform-frequency: 0.2 -id: "REDSTONE_ORE" -replace: - - "#minecraft:base_stone_overworld" \ No newline at end of file diff --git a/src/main/resources/default-config/pack.yml b/src/main/resources/default-config/pack.yml deleted file mode 100644 index 068349020..000000000 --- a/src/main/resources/default-config/pack.yml +++ /dev/null @@ -1,58 +0,0 @@ -id: DEFAULT -grids: - - OCEAN_DEEP - - OCEAN_DEEP - - OCEAN_DEEP - - OCEAN_DEEP - - OCEAN_SHELF - - OCEAN - - OCEAN - - OCEAN - - BEACH - - LAND - - LAND - - LAND - - LAND - - LAND - - LAND - - LAND - - LAND - - LAND - - LAND - - LAND - - LAND - - LAND - - LAND - - LAND - - LAND - - LAND - - LAND - - LAND - - LAND - - LAND - - LAND - - MOUNTAIN_0 - - MOUNTAIN_1 - - MOUNTAIN - - MOUNTAIN - - MOUNTAIN - - MOUNTAIN -frequencies: - grid-x: 3072 - grid-z: 4096 - zone: 2048 -blend: - enable: true - frequency: 0.1 - amplitude: 4 -erode: - enable: true - frequency: 0.001 - threshold: 0.0015 - octaves: 5 - grid: "BIOME:RIVER" -noise: - octaves: 5 - frequency: 0.0075 -locatable: - STRONGHOLD: STRONGHOLD \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/bedrock/bedrock_half.yml b/src/main/resources/default-config/palettes/bedrock/bedrock_half.yml deleted file mode 100644 index 5e26139f8..000000000 --- a/src/main/resources/default-config/palettes/bedrock/bedrock_half.yml +++ /dev/null @@ -1,6 +0,0 @@ -layers: - - materials: - - "minecraft:bedrock": 1 - - "minecraft:stone": 1 - layers: 1 -id: BEDROCK_HALF \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/bedrock/bedrock_little.yml b/src/main/resources/default-config/palettes/bedrock/bedrock_little.yml deleted file mode 100644 index 46775d531..000000000 --- a/src/main/resources/default-config/palettes/bedrock/bedrock_little.yml +++ /dev/null @@ -1,6 +0,0 @@ -layers: - - materials: - - "minecraft:bedrock": 1 - - "minecraft:stone": 2 - layers: 1 -id: BEDROCK_LITTLE \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/bedrock/bedrock_most.yml b/src/main/resources/default-config/palettes/bedrock/bedrock_most.yml deleted file mode 100644 index b3ee12060..000000000 --- a/src/main/resources/default-config/palettes/bedrock/bedrock_most.yml +++ /dev/null @@ -1,6 +0,0 @@ -layers: - - materials: - - "minecraft:bedrock": 2 - - "minecraft:stone": 1 - layers: 1 -id: BEDROCK_MOST \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/cold_ocean.yml b/src/main/resources/default-config/palettes/cold_ocean.yml deleted file mode 100644 index 3093f4cd5..000000000 --- a/src/main/resources/default-config/palettes/cold_ocean.yml +++ /dev/null @@ -1,8 +0,0 @@ -layers: - - materials: - - "minecraft:ice": 1 - layers: 1 - - materials: - - "minecraft:water": 1 - layers: 1 -id: "COLD_OCEAN" \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/desert/desert.yml b/src/main/resources/default-config/palettes/desert/desert.yml deleted file mode 100644 index c4ff05342..000000000 --- a/src/main/resources/default-config/palettes/desert/desert.yml +++ /dev/null @@ -1,11 +0,0 @@ -layers: - - materials: - - "minecraft:sand": 1 - layers: 3 - - materials: - - "minecraft:sandstone": 1 - layers: 4 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: DESERT diff --git a/src/main/resources/default-config/palettes/desert/red_desert.yml b/src/main/resources/default-config/palettes/desert/red_desert.yml deleted file mode 100644 index ac7104aa2..000000000 --- a/src/main/resources/default-config/palettes/desert/red_desert.yml +++ /dev/null @@ -1,11 +0,0 @@ -layers: - - materials: - - "minecraft:red_sand": 1 - layers: 3 - - materials: - - "minecraft:red_sandstone": 1 - layers: 4 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: RED_DESERT \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/grassy.yml b/src/main/resources/default-config/palettes/grassy.yml deleted file mode 100644 index eb0ca3ecb..000000000 --- a/src/main/resources/default-config/palettes/grassy.yml +++ /dev/null @@ -1,11 +0,0 @@ -layers: - - materials: - - "minecraft:grass_block": 1 - layers: 1 - - materials: - - "minecraft:dirt": 1 - layers: 2 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "GRASSY" \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/gravelly.yml b/src/main/resources/default-config/palettes/gravelly.yml deleted file mode 100644 index d3fd6e026..000000000 --- a/src/main/resources/default-config/palettes/gravelly.yml +++ /dev/null @@ -1,11 +0,0 @@ -layers: - - materials: - - "minecraft:gravel": 1 - layers: 1 - - materials: - - "minecraft:dirt": 1 - layers: 2 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "GRAVEL" diff --git a/src/main/resources/default-config/palettes/mountains/arid.yml b/src/main/resources/default-config/palettes/mountains/arid.yml deleted file mode 100644 index 20d799504..000000000 --- a/src/main/resources/default-config/palettes/mountains/arid.yml +++ /dev/null @@ -1,29 +0,0 @@ -layers: - - materials: - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_path": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_path": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:white_terracotta": 2 - layers: 1 - - materials: - - "minecraft:dirt": 7 - - "minecraft:white_terracotta": 1 - layers: 2 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "ARID" -simplex: true -frequency: 0.05 -seed: 3 \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/mountains/arid_side.yml b/src/main/resources/default-config/palettes/mountains/arid_side.yml deleted file mode 100644 index 22b4defe1..000000000 --- a/src/main/resources/default-config/palettes/mountains/arid_side.yml +++ /dev/null @@ -1,26 +0,0 @@ -layers: - - materials: - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_path": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_path": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:grass_block": 1 - - "minecraft:white_terracotta": 2 - layers: 1 - - materials: - - "minecraft:dirt": 7 - - "minecraft:white_terracotta": 1 - layers: 1 -id: "ARID_SIDE" -simplex: true -frequency: 0.05 -seed: 3 \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/mountains/grass.yml b/src/main/resources/default-config/palettes/mountains/grass.yml deleted file mode 100644 index 852bcec64..000000000 --- a/src/main/resources/default-config/palettes/mountains/grass.yml +++ /dev/null @@ -1,18 +0,0 @@ -layers: - - materials: - - "minecraft:cyan_terracotta": 1 - - "minecraft:grass_block": 2 - - "minecraft:snow_block": 3 - layers: 1 - - materials: - - "minecraft:cyan_terracotta": 1 - - "minecraft:dirt": 2 - - "minecraft:snow_block": 3 - layers: 2 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "MOUNTAIN_GRASS" -simplex: true -frequency: 0.075 -seed: 3 \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/mountains/jungle.yml b/src/main/resources/default-config/palettes/mountains/jungle.yml deleted file mode 100644 index fcc8c3a5b..000000000 --- a/src/main/resources/default-config/palettes/mountains/jungle.yml +++ /dev/null @@ -1,20 +0,0 @@ -layers: - - materials: - - "minecraft:brown_terracotta": 2 - - "minecraft:grass_block": 10 - - "minecraft:cobblestone": 1 - - "minecraft:stone": 1 - layers: 1 - - materials: - - "minecraft:brown_terracotta": 2 - - "minecraft:dirt": 10 - - "minecraft:cobblestone": 1 - - "minecraft:stone": 1 - layers: 2 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "MOUNTAIN_JUNGLE" -simplex: true -frequency: 0.04 -seed: 3 \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/mountains/pretty_mountains.yml b/src/main/resources/default-config/palettes/mountains/pretty_mountains.yml deleted file mode 100644 index 1e189b628..000000000 --- a/src/main/resources/default-config/palettes/mountains/pretty_mountains.yml +++ /dev/null @@ -1,24 +0,0 @@ -layers: - - materials: - - "minecraft:cyan_terracotta": 2 - - "minecraft:clay": 2 - - "minecraft:light_gray_terracotta": 2 - - "minecraft:grass_block": 10 - - "minecraft:cobblestone": 1 - - "minecraft:stone": 1 - layers: 1 - - materials: - - "minecraft:cyan_terracotta": 2 - - "minecraft:clay": 2 - - "minecraft:light_gray_terracotta": 2 - - "minecraft:dirt": 10 - - "minecraft:cobblestone": 1 - - "minecraft:stone": 1 - layers: 2 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "MOUNTAIN_PRETTY" -simplex: true -frequency: 0.03 -seed: 3 \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/mountains/stone.yml b/src/main/resources/default-config/palettes/mountains/stone.yml deleted file mode 100644 index 6600ad39e..000000000 --- a/src/main/resources/default-config/palettes/mountains/stone.yml +++ /dev/null @@ -1,14 +0,0 @@ -layers: - - materials: - - "minecraft:cyan_terracotta": 1 - - "minecraft:stone": 2 - - "minecraft:snow_block": 3 - - "minecraft:cobblestone": 1 - layers: 3 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "MOUNTAIN_STONE" -simplex: true -frequency: 0.075 -seed: 3 \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/mountains/stone_grass.yml b/src/main/resources/default-config/palettes/mountains/stone_grass.yml deleted file mode 100644 index 11f0c202f..000000000 --- a/src/main/resources/default-config/palettes/mountains/stone_grass.yml +++ /dev/null @@ -1,22 +0,0 @@ -layers: - - materials: - - "minecraft:cyan_terracotta": 1 - - "minecraft:stone": 2 - - "minecraft:grass_block": 2 - - "minecraft:snow_block": 4 - - "minecraft:cobblestone": 1 - layers: 1 - - materials: - - "minecraft:cyan_terracotta": 1 - - "minecraft:stone": 2 - - "minecraft:dirt": 2 - - "minecraft:snow_block": 4 - - "minecraft:cobblestone": 1 - layers: 2 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "MOUNTAIN_STONE_GRASS" -simplex: true -frequency: 0.075 -seed: 3 \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/mycelium.yml b/src/main/resources/default-config/palettes/mycelium.yml deleted file mode 100644 index 7ce4ba808..000000000 --- a/src/main/resources/default-config/palettes/mycelium.yml +++ /dev/null @@ -1,11 +0,0 @@ -layers: - - materials: - - "minecraft:mycelium": 1 - layers: 1 - - materials: - - "minecraft:dirt": 1 - layers: 2 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "MYCELIUM" \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/oceanfloor.yml b/src/main/resources/default-config/palettes/oceanfloor.yml deleted file mode 100644 index 213d7a01a..000000000 --- a/src/main/resources/default-config/palettes/oceanfloor.yml +++ /dev/null @@ -1,13 +0,0 @@ -layers: - - materials: - - "minecraft:sand": 1 - - "minecraft:gravel": 3 - layers: 3 - - materials: - - "minecraft:gravel": 2 - layers: 2 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "OCEANFLOOR" - diff --git a/src/main/resources/default-config/palettes/river_bottom.yml b/src/main/resources/default-config/palettes/river_bottom.yml deleted file mode 100644 index e47b4eb5a..000000000 --- a/src/main/resources/default-config/palettes/river_bottom.yml +++ /dev/null @@ -1,13 +0,0 @@ -layers: - - materials: - - "minecraft:gravel": 1 - - "minecraft:dirt": 4 - - "minecraft:sand": 2 - layers: 2 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "RIVER_BOTTOM" -simplex: true -frequency: 0.05 -seed: 3 \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/river_shore.yml b/src/main/resources/default-config/palettes/river_shore.yml deleted file mode 100644 index 75544719a..000000000 --- a/src/main/resources/default-config/palettes/river_shore.yml +++ /dev/null @@ -1,16 +0,0 @@ -layers: - - materials: - - "minecraft:gravel": 1 - - "minecraft:grass_block": 4 - - "minecraft:sand": 2 - layers: 1 - - materials: - - "minecraft:dirt": 1 - layers: 2 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "RIVER_SHORE" -simplex: true -frequency: 0.05 -seed: 3 \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/sand_all.yml b/src/main/resources/default-config/palettes/sand_all.yml deleted file mode 100644 index b71b58182..000000000 --- a/src/main/resources/default-config/palettes/sand_all.yml +++ /dev/null @@ -1,8 +0,0 @@ -layers: - - materials: - - "minecraft:sand": 1 - layers: 3 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "SAND_ALL" diff --git a/src/main/resources/default-config/palettes/sandy.yml b/src/main/resources/default-config/palettes/sandy.yml deleted file mode 100644 index d1b539240..000000000 --- a/src/main/resources/default-config/palettes/sandy.yml +++ /dev/null @@ -1,12 +0,0 @@ -layers: - - materials: - - "minecraft:sand": 4 - - "minecraft:gravel": 1 - layers: 1 - - materials: - - "minecraft:dirt": 1 - layers: 2 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "SANDY" diff --git a/src/main/resources/default-config/palettes/slabs/mountainslabs.yml b/src/main/resources/default-config/palettes/slabs/mountainslabs.yml deleted file mode 100644 index 128b085dd..000000000 --- a/src/main/resources/default-config/palettes/slabs/mountainslabs.yml +++ /dev/null @@ -1,9 +0,0 @@ -layers: - - materials: - - "minecraft:cobblestone_slab": 1 - - "minecraft:stone_slab": 3 - layers: 1 -id: "MOUNTAIN_SLABS" -simplex: true -frequency: 0.1 -seed: 4 \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/slabs/mountainstairs.yml b/src/main/resources/default-config/palettes/slabs/mountainstairs.yml deleted file mode 100644 index e5b998b3a..000000000 --- a/src/main/resources/default-config/palettes/slabs/mountainstairs.yml +++ /dev/null @@ -1,9 +0,0 @@ -layers: - - materials: - - "minecraft:cobblestone_stairs": 1 - - "minecraft:stone_stairs": 3 - layers: 1 -id: "MOUNTAIN_STAIRS" -simplex: true -frequency: 0.1 -seed: 4 \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/slabs/snow.yml b/src/main/resources/default-config/palettes/slabs/snow.yml deleted file mode 100644 index 4c7bf486a..000000000 --- a/src/main/resources/default-config/palettes/slabs/snow.yml +++ /dev/null @@ -1,7 +0,0 @@ -layers: - - materials: - - "minecraft:snow[layers=3]": 1 - - "minecraft:snow[layers=4]": 1 - - "minecraft:snow[layers=5]": 1 - layers: 1 -id: "SNOW_LAYERS" \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/snow.yml b/src/main/resources/default-config/palettes/snow.yml deleted file mode 100644 index 7daa6cbda..000000000 --- a/src/main/resources/default-config/palettes/snow.yml +++ /dev/null @@ -1,11 +0,0 @@ -layers: - - materials: - - "minecraft:snow_block": 2 - layers: 3 - - materials: - - "minecraft:stone": 1 - layers: 4 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "SNOW" \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/swamp.yml b/src/main/resources/default-config/palettes/swamp.yml deleted file mode 100644 index da2700787..000000000 --- a/src/main/resources/default-config/palettes/swamp.yml +++ /dev/null @@ -1,12 +0,0 @@ -layers: - - materials: - - "minecraft:grass_block": 4 - - "minecraft:coarse_dirt": 1 - layers: 1 - - materials: - - "minecraft:dirt": 1 - layers: 2 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "SWAMP" \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/swamp_bottom.yml b/src/main/resources/default-config/palettes/swamp_bottom.yml deleted file mode 100644 index 30435c45b..000000000 --- a/src/main/resources/default-config/palettes/swamp_bottom.yml +++ /dev/null @@ -1,13 +0,0 @@ -layers: - - materials: - - "minecraft:dirt": 2 - - "minecraft:coarse_dirt": 1 - - "minecraft:gravel": 2 - layers: 1 - - materials: - - "minecraft:dirt": 1 - layers: 2 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "SWAMP_BOTTOM" \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/taiga.yml b/src/main/resources/default-config/palettes/taiga.yml deleted file mode 100644 index bb2c4068e..000000000 --- a/src/main/resources/default-config/palettes/taiga.yml +++ /dev/null @@ -1,15 +0,0 @@ -layers: - - materials: - - "minecraft:grass_block": 2 - - "minecraft:podzol": 1 - layers: 1 - - materials: - - "minecraft:dirt": 1 - layers: 2 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "TAIGA" -simplex: true -frequency: 0.03 -seed: 3 \ No newline at end of file diff --git a/src/main/resources/default-config/palettes/tundra.yml b/src/main/resources/default-config/palettes/tundra.yml deleted file mode 100644 index d30870eb4..000000000 --- a/src/main/resources/default-config/palettes/tundra.yml +++ /dev/null @@ -1,21 +0,0 @@ -layers: - - materials: - - "minecraft:gravel": 1 - - "minecraft:stone": 1 - - "minecraft:gravel": 1 - - "minecraft:gravel": 1 - - "minecraft:stone": 1 - - "minecraft:snow_block": 2 - - "minecraft:gravel": 1 - - "minecraft:snow_block": 2 - layers: 2 - - materials: - - "minecraft:stone": 1 - layers: 4 - - materials: - - "minecraft:stone": 1 - layers: 1 -id: "TUNDRA" -simplex: true -frequency: 0.04 -seed: 4 \ No newline at end of file diff --git a/src/main/resources/default-config/structures/data/jungle1.tstructure b/src/main/resources/default-config/structures/data/jungle1.tstructure deleted file mode 100644 index 591c47389..000000000 Binary files a/src/main/resources/default-config/structures/data/jungle1.tstructure and /dev/null differ diff --git a/src/main/resources/default-config/structures/data/mansion.tstructure b/src/main/resources/default-config/structures/data/mansion.tstructure deleted file mode 100644 index e9e267cd2..000000000 Binary files a/src/main/resources/default-config/structures/data/mansion.tstructure and /dev/null differ diff --git a/src/main/resources/default-config/structures/data/stronghold.tstructure b/src/main/resources/default-config/structures/data/stronghold.tstructure deleted file mode 100644 index 1f5897cd6..000000000 Binary files a/src/main/resources/default-config/structures/data/stronghold.tstructure and /dev/null differ diff --git a/src/main/resources/default-config/structures/loot/arrows.json b/src/main/resources/default-config/structures/loot/arrows.json deleted file mode 100755 index 6f5b3965a..000000000 --- a/src/main/resources/default-config/structures/loot/arrows.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 1, - "max": 3 - }, - "entries": [ - { - "type": "item", - "weight": 2, - "name": "arrow", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 4 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/default-config/structures/loot/cobble_house.json b/src/main/resources/default-config/structures/loot/cobble_house.json deleted file mode 100755 index 2be31172b..000000000 --- a/src/main/resources/default-config/structures/loot/cobble_house.json +++ /dev/null @@ -1,280 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 2, - "max": 4 - }, - "entries": [ - { - "type": "item", - "weight": 8, - "name": "cobblestone", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 20 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "stone", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 10 - } - } - ] - }, - { - "type": "item", - "weight": 4, - "name": "torch", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 14 - } - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "arrow", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 12 - } - } - ] - } - ] - }, - { - "rolls": { - "min": 1, - "max": 3 - }, - "entries": [ - { - "type": "item", - "weight": 3, - "name": "iron_helmet", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_chestplate", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_leggings", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_boots", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_sword", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_pickaxe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_axe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_shovel", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_hoe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "bow", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - } - ] - }, - { - "rolls": { - "min": 1, - "max": 2 - }, - "entries": [ - { - "type": "item", - "weight": 4, - "name": "iron_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 10 - } - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "gold_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 8 - } - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "emerald", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 6 - } - } - ] - }, - { - "type": "item", - "weight": 1, - "name": "diamond", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/default-config/structures/loot/spruce_house.json b/src/main/resources/default-config/structures/loot/spruce_house.json deleted file mode 100755 index a1808aad9..000000000 --- a/src/main/resources/default-config/structures/loot/spruce_house.json +++ /dev/null @@ -1,645 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 2, - "max": 4 - }, - "entries": [ - { - "type": "item", - "weight": 8, - "name": "spruce_planks", - "functions": [ - { - "function": "set_count", - "count": { - "min": 8, - "max": 24 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "spruce_log", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 12 - } - } - ] - }, - { - "type": "item", - "weight": 4, - "name": "torch", - "functions": [ - { - "function": "set_count", - "count": { - "min": 8, - "max": 24 - } - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "arrow", - "functions": [ - { - "function": "set_count", - "count": { - "min": 8, - "max": 24 - } - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "coal", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 12 - } - } - ] - }, - { - "type": "item", - "weight": 1, - "name": "charcoal", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 12 - } - } - ] - } - ] - }, - { - "rolls": { - "min": 1, - "max": 3 - }, - "entries": [ - { - "type": "item", - "weight": 6, - "name": "iron_helmet", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "iron_chestplate", - "quality": null, - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "iron_leggings", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "iron_boots", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "iron_sword", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "iron_pickaxe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "iron_axe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "iron_shovel", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "iron_hoe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 4, - "name": "bow", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "diamond_sword", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "diamond_shovel", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "diamond_pickaxe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "diamond_axe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "diamond_shovel", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_helmet", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_chestplate", - "quality": null, - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_leggings", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_boots", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_sword", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_pickaxe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_axe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_shovel", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_hoe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "bow", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 1, - "name": "diamond_sword", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 1, - "name": "diamond_shovel", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 1, - "name": "diamond_pickaxe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 1, - "name": "diamond_axe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 1, - "name": "diamond_shovel", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/default-config/structures/loot/wood_house.json b/src/main/resources/default-config/structures/loot/wood_house.json deleted file mode 100755 index 4ef27e160..000000000 --- a/src/main/resources/default-config/structures/loot/wood_house.json +++ /dev/null @@ -1,645 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 2, - "max": 4 - }, - "entries": [ - { - "type": "item", - "weight": 8, - "name": "oak_planks", - "functions": [ - { - "function": "set_count", - "count": { - "min": 8, - "max": 24 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "oak_log", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 12 - } - } - ] - }, - { - "type": "item", - "weight": 4, - "name": "torch", - "functions": [ - { - "function": "set_count", - "count": { - "min": 8, - "max": 24 - } - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "arrow", - "functions": [ - { - "function": "set_count", - "count": { - "min": 8, - "max": 24 - } - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "coal", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 12 - } - } - ] - }, - { - "type": "item", - "weight": 1, - "name": "charcoal", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 12 - } - } - ] - } - ] - }, - { - "rolls": { - "min": 1, - "max": 3 - }, - "entries": [ - { - "type": "item", - "weight": 6, - "name": "iron_helmet", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "iron_chestplate", - "quality": null, - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "iron_leggings", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "iron_boots", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "iron_sword", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "iron_pickaxe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "iron_axe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "iron_shovel", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 6, - "name": "iron_hoe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 4, - "name": "bow", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "diamond_sword", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "diamond_shovel", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "diamond_pickaxe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "diamond_axe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "diamond_shovel", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_helmet", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_chestplate", - "quality": null, - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_leggings", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_boots", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_sword", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_pickaxe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_axe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_shovel", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 3, - "name": "iron_hoe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 2, - "name": "bow", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 1, - "name": "diamond_sword", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 1, - "name": "diamond_shovel", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 1, - "name": "diamond_pickaxe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 1, - "name": "diamond_axe", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - }, - "treasure": true - } - ] - }, - { - "type": "item", - "weight": 1, - "name": "diamond_shovel", - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 33, - "max": 100 - } - }, - { - "function": "enchant_with_levels", - "levels": { - "min": 1, - "max": 10 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/default-config/structures/single/jungle.yml b/src/main/resources/default-config/structures/single/jungle.yml deleted file mode 100644 index 5e9277fc3..000000000 --- a/src/main/resources/default-config/structures/single/jungle.yml +++ /dev/null @@ -1,15 +0,0 @@ -files: - jungle1: 1 -id: "JUNGLE" -spawn: - start: - min: 72 - max: 72 - bound: - min: 48 - max: 96 - width: 250 - padding: 50 -loot: - 0: arrows - 1: cobble_house \ No newline at end of file diff --git a/src/main/resources/default-config/structures/single/mansion.yml b/src/main/resources/default-config/structures/single/mansion.yml deleted file mode 100644 index f7e5a9abe..000000000 --- a/src/main/resources/default-config/structures/single/mansion.yml +++ /dev/null @@ -1,41 +0,0 @@ -files: - mansion: 1 -id: "MANSION" -spawn: - start: - min: 72 - max: 72 - bound: - min: 48 - max: 96 - width: 125 - padding: 100 -loot: - 1: arrows -features: - - ENTITY_FEATURE: - entity: VINDICATOR - attempts: 100 - in-height: 1 - amount: - min: 60 - max: 80 - spawnable-on: - - "minecraft:birch_planks" - spawnable-in: - - "minecraft:air" - - "minecraft:red_carpet" - - "minecraft:white_carpet" - - ENTITY_FEATURE: - entity: EVOKER - attempts: 50 - in-height: 2 - amount: - min: 1 - max: 3 - spawnable-on: - - "minecraft:birch_planks" - spawnable-in: - - "minecraft:air" - - "minecraft:red_carpet" - - "minecraft:white_carpet" \ No newline at end of file diff --git a/src/main/resources/default-config/structures/single/stronghold.yml b/src/main/resources/default-config/structures/single/stronghold.yml deleted file mode 100644 index b3150491e..000000000 --- a/src/main/resources/default-config/structures/single/stronghold.yml +++ /dev/null @@ -1,43 +0,0 @@ -files: - stronghold: 1 -id: "STRONGHOLD" -spawn: - start: - min: 16 - max: 64 - bound: - min: 12 - max: 84 - width: 1000 - padding: 500 -loot: - 1: wood_house - 2: cobble_house - 3: cobble_house -features: - - ENTITY_FEATURE: - entity: SILVERFISH - attempts: 40 - in-height: 1 - amount: - min: 20 - max: 30 - spawnable-on: - - "minecraft:stone" - - "minecraft:stone_bricks" - - "minecraft:mossy_stone_bricks" - spawnable-in: - - "minecraft:air" - - ENTITY_FEATURE: - entity: ZOMBIE - attempts: 20 - in-height: 2 - amount: - min: 10 - max: 15 - spawnable-on: - - "minecraft:stone" - - "minecraft:stone_bricks" - - "minecraft:mossy_stone_bricks" - spawnable-in: - - "minecraft:air" \ No newline at end of file diff --git a/src/main/resources/default-config/trees/data/spruce1.tstructure b/src/main/resources/default-config/trees/data/spruce1.tstructure deleted file mode 100644 index 1a90102ed..000000000 Binary files a/src/main/resources/default-config/trees/data/spruce1.tstructure and /dev/null differ diff --git a/src/main/resources/default-config/trees/data/spruce2.tstructure b/src/main/resources/default-config/trees/data/spruce2.tstructure deleted file mode 100644 index 4d700529a..000000000 Binary files a/src/main/resources/default-config/trees/data/spruce2.tstructure and /dev/null differ diff --git a/src/main/resources/default-config/trees/data/spruce3.tstructure b/src/main/resources/default-config/trees/data/spruce3.tstructure deleted file mode 100644 index 215a1104f..000000000 Binary files a/src/main/resources/default-config/trees/data/spruce3.tstructure and /dev/null differ diff --git a/src/main/resources/default-config/trees/data/spruce4.tstructure b/src/main/resources/default-config/trees/data/spruce4.tstructure deleted file mode 100644 index dc8120cfd..000000000 Binary files a/src/main/resources/default-config/trees/data/spruce4.tstructure and /dev/null differ diff --git a/src/main/resources/default-config/trees/data/spruce5.tstructure b/src/main/resources/default-config/trees/data/spruce5.tstructure deleted file mode 100644 index 79b473e4d..000000000 Binary files a/src/main/resources/default-config/trees/data/spruce5.tstructure and /dev/null differ diff --git a/src/main/resources/default-config/trees/data/spruce6.tstructure b/src/main/resources/default-config/trees/data/spruce6.tstructure deleted file mode 100644 index b5470c0b2..000000000 Binary files a/src/main/resources/default-config/trees/data/spruce6.tstructure and /dev/null differ diff --git a/src/main/resources/default-config/trees/data/spruce7.tstructure b/src/main/resources/default-config/trees/data/spruce7.tstructure deleted file mode 100644 index 751638384..000000000 Binary files a/src/main/resources/default-config/trees/data/spruce7.tstructure and /dev/null differ diff --git a/src/main/resources/default-config/trees/data/spruce_tree_1.tstructure b/src/main/resources/default-config/trees/data/spruce_tree_1.tstructure deleted file mode 100644 index 40ae29a88..000000000 Binary files a/src/main/resources/default-config/trees/data/spruce_tree_1.tstructure and /dev/null differ diff --git a/src/main/resources/default-config/trees/trees/spruce.yml b/src/main/resources/default-config/trees/trees/spruce.yml deleted file mode 100644 index a8c7baae4..000000000 --- a/src/main/resources/default-config/trees/trees/spruce.yml +++ /dev/null @@ -1,13 +0,0 @@ -files: - spruce1: 1 - spruce2: 1 - spruce3: 1 - spruce4: 1 - spruce5: 1 - spruce6: 1 - spruce7: 1 -id: SPRUCE -y-offset: 0 -spawnable: - - "minecraft:grass_block" - - "minecraft:podzol" \ No newline at end of file