diff --git a/biomes/hot/desert-dunes-red.json b/biomes/hot/desert-dunes-red.json index e5217dba..f3f7392a 100644 --- a/biomes/hot/desert-dunes-red.json +++ b/biomes/hot/desert-dunes-red.json @@ -55,7 +55,7 @@ }, { "chance": 0.0018, - "mode": "PAINT", + "mode": "MIN_HEIGHT", "rotation": { "yAxis": { "min": 0, @@ -77,7 +77,7 @@ } }, { - "mode": "PAINT", + "mode": "MIN_HEIGHT", "place": [ "structures/ruins-desert-1", "structures/ruins-desert-2" @@ -95,7 +95,7 @@ }, { "chance": 0.0014, - "mode": "PAINT", + "mode": "MIN_HEIGHT", "rotation": { "yAxis": { "min": 0, diff --git a/biomes/hot/desert-dunes.json b/biomes/hot/desert-dunes.json index bd1b7fb7..f7ce39e6 100644 --- a/biomes/hot/desert-dunes.json +++ b/biomes/hot/desert-dunes.json @@ -54,7 +54,7 @@ ] }, { - "mode": "PAINT", + "mode": "MIN_HEIGHT", "place": [ "structures/ruins-desert-1", "structures/ruins-desert-2" @@ -72,7 +72,7 @@ }, { "chance": 0.0018, - "mode": "PAINT", + "mode": "MIN_HEIGHT", "rotation": { "yAxis": { "min": 0, @@ -94,7 +94,7 @@ }, { "chance": 0.0014, - "mode": "PAINT", + "mode": "MIN_HEIGHT", "rotation": { "yAxis": { "min": 0, diff --git a/biomes/swamp/marsh-rotten.json b/biomes/swamp/marsh-rotten.json index 813cd7c6..ed9d5040 100644 --- a/biomes/swamp/marsh-rotten.json +++ b/biomes/swamp/marsh-rotten.json @@ -37,7 +37,7 @@ "block": "minecraft:grass_block" }, {"block": "minecraft:podzol"}, - {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:mud"}, { "weight": 4, "block": "minecraft:grass_block" diff --git a/biomes/swamp/sea/ocean-tree.json b/biomes/swamp/sea/ocean-tree.json index 8524737d..9a7177cf 100644 --- a/biomes/swamp/sea/ocean-tree.json +++ b/biomes/swamp/sea/ocean-tree.json @@ -83,6 +83,11 @@ }, { "mode": "STILT", + "stiltOverride":{ + "palette": [{ + "block": "minecraft:dark_oak_log" + }] + }, "place": [ "trees/jungle/lgeneric1", "trees/jungle/lgeneric2", diff --git a/biomes/swamp/shore/beach.json b/biomes/swamp/shore/beach.json index 85649ced..7b63a4ba 100644 --- a/biomes/swamp/shore/beach.json +++ b/biomes/swamp/shore/beach.json @@ -16,20 +16,8 @@ "style": {"style": "NOWHERE"}, "zoom": 0.2, "palette": [ - {"block": "minecraft:dirt"}, {"block": "minecraft:coarse_dirt"}, - {"block": "minecraft:rooted_dirt"} - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - {"block": "minecraft:dirt"}, - { - "weight": 2, - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:mud"} ] } ], diff --git a/biomes/swamp/swamp-mangrove-lake.json b/biomes/swamp/swamp-mangrove-lake.json index 235870cb..08f56bbb 100644 --- a/biomes/swamp/swamp-mangrove-lake.json +++ b/biomes/swamp/swamp-mangrove-lake.json @@ -30,7 +30,7 @@ }, "zoom": 0.8, "palette": [ - {"block": "minecraft:dirt"}, + {"block": "minecraft:mud"}, {"block": "minecraft:coarse_dirt"} ] }, @@ -114,4 +114,4 @@ "replace": {"palette": [{"block": "minecraft:air"}]} }] }] -} +} \ No newline at end of file diff --git a/biomes/terralost/WIP/arid-highlands.json b/biomes/terralost/WIP/arid-highlands.json new file mode 100644 index 00000000..03645562 --- /dev/null +++ b/biomes/terralost/WIP/arid-highlands.json @@ -0,0 +1,46 @@ +{ + "name": "Arid Highlands", + "color": "#cef550", + "rarity": 1, + "derivative": "SAVANNA", + "vanillaDerivative": "SAVANNA", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "savanna", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/ashen-savanna.json b/biomes/terralost/WIP/ashen-savanna.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/ashen-savanna.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/basalt-cliffs.json b/biomes/terralost/WIP/basalt-cliffs.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/basalt-cliffs.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/base.json b/biomes/terralost/WIP/base.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/base.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/birch-tiaga.json b/biomes/terralost/WIP/birch-tiaga.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/birch-tiaga.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/blooming-plateau.json b/biomes/terralost/WIP/blooming-plateau.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/blooming-plateau.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/blooming-valley.json b/biomes/terralost/WIP/blooming-valley.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/blooming-valley.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/brushland.json b/biomes/terralost/WIP/brushland.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/brushland.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/bryce-canyon.json b/biomes/terralost/WIP/bryce-canyon.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/bryce-canyon.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/caldera.json b/biomes/terralost/WIP/caldera.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/caldera.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/cloud-forest.json b/biomes/terralost/WIP/cloud-forest.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/cloud-forest.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/cold-shrubland.json b/biomes/terralost/WIP/cold-shrubland.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/cold-shrubland.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/desert-canyon.json b/biomes/terralost/WIP/desert-canyon.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/desert-canyon.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/desert-oasis.json b/biomes/terralost/WIP/desert-oasis.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/desert-oasis.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/desert-spires.json b/biomes/terralost/WIP/desert-spires.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/desert-spires.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/emerald-peaks.json b/biomes/terralost/WIP/emerald-peaks.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/emerald-peaks.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/forested-highlands.json b/biomes/terralost/WIP/forested-highlands.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/forested-highlands.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/fractured-savanna.json b/biomes/terralost/WIP/fractured-savanna.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/fractured-savanna.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/frozen-cliffs.json b/biomes/terralost/WIP/frozen-cliffs.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/frozen-cliffs.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/glacial-chasm.json b/biomes/terralost/WIP/glacial-chasm.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/glacial-chasm.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/granite-cliffs.json b/biomes/terralost/WIP/granite-cliffs.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/granite-cliffs.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/gravel-beach.json b/biomes/terralost/WIP/gravel-beach.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/gravel-beach.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/gravel-desert.json b/biomes/terralost/WIP/gravel-desert.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/gravel-desert.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/haze-mountain.json b/biomes/terralost/WIP/haze-mountain.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/haze-mountain.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/highlands.json b/biomes/terralost/WIP/highlands.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/highlands.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/hot-shrubland.json b/biomes/terralost/WIP/hot-shrubland.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/hot-shrubland.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/ice-marsh.json b/biomes/terralost/WIP/ice-marsh.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/ice-marsh.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/jungle-mountains.json b/biomes/terralost/WIP/jungle-mountains.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/jungle-mountains.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/lavender-forest.json b/biomes/terralost/WIP/lavender-forest.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/lavender-forest.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/lavender-valley.json b/biomes/terralost/WIP/lavender-valley.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/lavender-valley.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/mirage-isles.json b/biomes/terralost/WIP/mirage-isles.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/mirage-isles.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/moonlight-grove.json b/biomes/terralost/WIP/moonlight-grove.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/moonlight-grove.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/moonlight-valley.json b/biomes/terralost/WIP/moonlight-valley.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/moonlight-valley.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/orchid-swamp.json b/biomes/terralost/WIP/orchid-swamp.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/orchid-swamp.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/painted-mountains.json b/biomes/terralost/WIP/painted-mountains.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/painted-mountains.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/red-oasis.json b/biomes/terralost/WIP/red-oasis.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/red-oasis.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/rocky-jungle.json b/biomes/terralost/WIP/rocky-jungle.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/rocky-jungle.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/rocky-mountains.json b/biomes/terralost/WIP/rocky-mountains.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/rocky-mountains.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/rocky-shrubland.json b/biomes/terralost/WIP/rocky-shrubland.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/rocky-shrubland.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/sakura-grove.json b/biomes/terralost/WIP/sakura-grove.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/sakura-grove.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/sakura-valley.json b/biomes/terralost/WIP/sakura-valley.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/sakura-valley.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/sandstone-valley.json b/biomes/terralost/WIP/sandstone-valley.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/sandstone-valley.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/savanna-badlands.json b/biomes/terralost/WIP/savanna-badlands.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/savanna-badlands.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/savanna-slopes.json b/biomes/terralost/WIP/savanna-slopes.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/savanna-slopes.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/scarlet-mountains.json b/biomes/terralost/WIP/scarlet-mountains.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/scarlet-mountains.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/shield-clearing.json b/biomes/terralost/WIP/shield-clearing.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/shield-clearing.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/shield.json b/biomes/terralost/WIP/shield.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/shield.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/shrubland.json b/biomes/terralost/WIP/shrubland.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/shrubland.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/siberian-grove.json b/biomes/terralost/WIP/siberian-grove.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/siberian-grove.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/siberian-tiaga.json b/biomes/terralost/WIP/siberian-tiaga.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/siberian-tiaga.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/skylands-autumn.json b/biomes/terralost/WIP/skylands-autumn.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/skylands-autumn.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/skylands-spring.json b/biomes/terralost/WIP/skylands-spring.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/skylands-spring.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/skylands-summer.json b/biomes/terralost/WIP/skylands-summer.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/skylands-summer.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/skylands-winter.json b/biomes/terralost/WIP/skylands-winter.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/skylands-winter.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/skylands.json b/biomes/terralost/WIP/skylands.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/skylands.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/snowy-badlands.json b/biomes/terralost/WIP/snowy-badlands.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/snowy-badlands.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/snowy-maple-forest.json b/biomes/terralost/WIP/snowy-maple-forest.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/snowy-maple-forest.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/snowy-shield.json b/biomes/terralost/WIP/snowy-shield.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/snowy-shield.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/steppe.json b/biomes/terralost/WIP/steppe.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/steppe.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/stoney-spires.json b/biomes/terralost/WIP/stoney-spires.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/stoney-spires.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/temperate-highlands.json b/biomes/terralost/WIP/temperate-highlands.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/temperate-highlands.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/tropical-jungle.json b/biomes/terralost/WIP/tropical-jungle.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/tropical-jungle.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/valley-clearing.json b/biomes/terralost/WIP/valley-clearing.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/valley-clearing.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/volcanic-crater.json b/biomes/terralost/WIP/volcanic-crater.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/volcanic-crater.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/volcanic-peaks.json b/biomes/terralost/WIP/volcanic-peaks.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/volcanic-peaks.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/warped-mesa.json b/biomes/terralost/WIP/warped-mesa.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/warped-mesa.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/white-cliffs.json b/biomes/terralost/WIP/white-cliffs.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/white-cliffs.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/white-mesa.json b/biomes/terralost/WIP/white-mesa.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/white-mesa.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/windswept-spires.json b/biomes/terralost/WIP/windswept-spires.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/windswept-spires.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/wintry-forest.json b/biomes/terralost/WIP/wintry-forest.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/wintry-forest.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/wintry-lowlands.json b/biomes/terralost/WIP/wintry-lowlands.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/wintry-lowlands.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/yellowstone.json b/biomes/terralost/WIP/yellowstone.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/yellowstone.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/yosemite-cliffs.json b/biomes/terralost/WIP/yosemite-cliffs.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/yosemite-cliffs.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/WIP/yosemite-lowlands.json b/biomes/terralost/WIP/yosemite-lowlands.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/yosemite-lowlands.json @@ -0,0 +1,46 @@ +{ + "name": "Biome Base", + "color": "#000000", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 10 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/biomes/terralost/ancient-sands.json b/biomes/terralost/ancient-sands.json new file mode 100644 index 00000000..8d955f47 --- /dev/null +++ b/biomes/terralost/ancient-sands.json @@ -0,0 +1,168 @@ +{ + "name": "Ancient Sands", + "color": "#DBD155", + "rarity": 1, + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "generator": "smooth-dunes", + "max": 35, + "min": 30 + }, + { + "generator": "mountain", + "max": 20, + "min": 0 + }, + { + "generator": "rare-hills", + "max": 20, + "min": 0 + } + ], + "customDerivitives": [ + { + "category": "desert", + "id": "terralost_ancientsands", + "temperature": 2, + "humidity": 0, + "downfallType": "none", + "skyColor": "#857769", + "fogColor": "#BB9B9D", + "waterColor": "#77E0F7", + "waterFogColor": "#50533" + } + ], + "layers": [ + { + "minHeight": 3, + "maxHeight": 10, + "style": { "style": "FRACTAL_SMOKE", "zoom": 0.05 }, + "palette": [ + { "block": "minecraft:orange_terracotta" }, + { "block": "minecraft:red_sand" }, + { "block": "minecraft:sandstone" }, + { "block": "minecraft:sand" } + ] + }, + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "block": "minecraft:red_sand" + } + ] + }, + { + "minHeight": 3, + "maxHeight": 10, + "slopeCondition": { + "minimumSlope": 4.5, + "maximumSlope": 20 + }, + "palette": [{ "block": "minecraft:sandstone" }] + }, + { + "minHeight": 5, + "maxHeight": 5, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:sand" + } + ] + } + ], + "jigsawStructures": [ + { + "rarity": 1700, + "structure": "pillager_outpost" + }, + { + "rarity": 1500, + "structure": "village-hot" + }, + { + "rarity": 1900, + "structure": "desert-pyramid" + } + ], + "objects": [ + { + "chance": 0.0018, + "mode": "MIN_HEIGHT", + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "jigsaw/pyramid/rpyramid-extreme", + "jigsaw/pyramid/rpyramid", + "jigsaw/pyramid/pyramidred45" + ], + "translate": { + "x": 0, + "y": -3, + "z": 0 + } + }, + { + "mode": "MIN_HEIGHT", + "place": ["structures/ruins-desert-1", "structures/ruins-desert-2"], + "chance": 0.005, + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "min": -360, + "max": 360 + } + } + }, + { + "chance": 0.0014, + "mode": "MIN_HEIGHT", + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": ["clutter/rsphinx1", "clutter/rbrksphinx1"], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], + "decorators": [ + { + "verticalZoom": 5, + "chance": 0.004, + "variance": { "style": "STATIC" }, + "stackMax": 5, + "style": { "style": "STATIC" }, + "palette": [{ "block": "minecraft:cactus" }], + "heightVariance": { "style": "STATIC" }, + "stackMin": 1 + }, + { + "chance": 0.005, + "palette": [{ "block": "minecraft:dead_bush" }] + } + ] +} diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 12791a11..79d8c721 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -1,249 +1,252 @@ { - "version": 2085, - "name": "Overworld", - "environment": "NORMAL", - "fluidHeight": 160, - "continentZoom": 1, - "continentalStyle": { - "style": "NOWHERE_CELLULAR", - "zoom": 5 + "version": 2086, + "name": "Overworld", + "environment": "NORMAL", + "fluidHeight": 160, + "continentZoom": 1, + "continentalStyle": { + "style": "NOWHERE_CELLULAR", + "fracture": { + "style": "SIMPLEX", + "axialFracturing": true }, - "logicalHeight": 512, - "dimensionHeight": { - "max": 512, - "min": 0 - }, - "landChance": 0.69, - "regionStyle": { - "style": "NOWHERE_CELLULAR", - "fracture": { - "multiplier": 55, - "axialFracturing": true, - "style": "NOWHERE", - "zoom": 0.15, - "fracture": { - "axialFracturing": true, - "style": "STATIC", - "multiplier": 4 - } + "axialFracturing": true, + "zoom": 5 + }, + "logicalHeight": 448, + "dimensionHeight": { + "max": 448, + "min": -64 + }, + "landChance": 0.69, + "regionStyle": { + "style": "NOWHERE_CELLULAR", + "fracture": { + "multiplier": 55, + "style": "NOWHERE", + "zoom": 0.15, + "fracture": { + "style": "STATIC", + "multiplier": 4 + } + } + }, + "regionZoom": 6.15, + "aggressiveBiomeReshuffle": true, + "regions": [ + "frozen", + "hot", + "mushroom", + "swamp", + "temperate", + "tropical", + "tundra" + ], + "carving": { + "caves": [ + { + "breakSurface": true, + "cave": "deep/main", + "rarity": 30, + "caveStartHeight": { + "max": 90, + "min": 12, + "style": { "style": "STATIC" } } - }, - "regionZoom": 6.15, - "aggressiveBiomeReshuffle": true, - "regions": [ - "frozen", - "hot", - "mushroom", - "swamp", - "temperate", - "tropical", - "tundra" - ], - "carving": {"caves": [ - { - "breakSurface": true, - "cave": "deep/main", - "rarity": 30, - "caveStartHeight": { - "max": 90, - "min": 12, - "style": {"style": "STATIC"} - } - }, - { - "cave": "lush/main", - "rarity": 50, - "breakSurface": false, - "caveStartHeight": { - "max": 60, - "min": 7, - "style": {"style": "STATIC"} - } - }, - { - "breakSurface": false, - "cave": "deep/elongated", - "rarity": 27, - "caveStartHeight": { - "max": 90, - "min": 12, - "style": {"style": "STATIC"} - } + }, + { + "cave": "lush/main", + "rarity": 50, + "breakSurface": false, + "caveStartHeight": { + "max": 60, + "min": 7, + "style": { "style": "STATIC" } } - ]}, - "seaBiomeStyle": {"style": "SIMPLEX"}, - "landBiomeStyle": { - "style": "NOWHERE_CELLULAR", + }, + { + "breakSurface": false, + "cave": "deep/elongated", + "rarity": 27, + "caveStartHeight": { + "max": 90, + "min": 12, + "style": { "style": "STATIC" } + } + } + ] + }, + "seaBiomeStyle": { "style": "SIMPLEX" }, + "landBiomeStyle": { + "style": "NOWHERE_CELLULAR", + "axialFracturing": true, + "fracture": { + "multiplier": 55, + "axialFracturing": true, + "style": "NOWHERE", + "zoom": 0.15, + "fracture": { "axialFracturing": true, - "fracture": { - "multiplier": 55, - "axialFracturing": true, - "style": "NOWHERE", - "zoom": 0.15, - "fracture": { - "axialFracturing": true, - "style": "STATIC", - "multiplier": 4 - } - } + "style": "STATIC", + "multiplier": 4 + } + } + }, + "shoreBiomeStyle": { "style": "NOWHERE_CELLULAR" }, + "loot": { "tables": ["global-treasure", "global-tools", "global-clutter"] }, + "deposits": [ + { + "minHeight": 19, + "maxPerChunk": 8, + "maxHeight": 190, + "minPerChunk": 1, + "minSize": 25, + "maxSize": 25, + "palette": [{ "block": "minecraft:granite" }], + "varience": 2 }, - "shoreBiomeStyle": {"style": "NOWHERE_CELLULAR"}, - "loot": {"tables": [ - "global-treasure", - "global-tools", - "global-clutter" - ]}, - "deposits": [ + { + "minHeight": 19, + "maxPerChunk": 8, + "maxHeight": 210, + "minPerChunk": 1, + "minSize": 25, + "maxSize": 25, + "palette": [{ "block": "minecraft:andesite" }], + "varience": 2 + }, + { + "minHeight": 19, + "maxPerChunk": 8, + "maxHeight": 209, + "minPerChunk": 1, + "minSize": 25, + "maxSize": 25, + "palette": [{ "block": "minecraft:diorite" }], + "varience": 2 + }, + { + "minHeight": 19, + "maxPerChunk": 8, + "maxHeight": 189, + "minPerChunk": 1, + "minSize": 25, + "maxSize": 25, + "palette": [{ "block": "minecraft:gravel" }], + "varience": 2 + }, + { + "minHeight": 5, + "maxPerChunk": 128, + "maxHeight": 33, + "minPerChunk": 128, + "minSize": 8, + "maxSize": 4, + "palette": [{ "block": "minecraft:deepslate" }], + "varience": 4 + }, + { + "minHeight": 5, + "maxPerChunk": 9, + "maxHeight": 51, + "minPerChunk": 5, + "minSize": 8, + "maxSize": 4, + "palette": [ + { "block": "minecraft:deepslate_copper_ore" }, + { "block": "minecraft:deepslate_diamond_ore" }, + { "block": "minecraft:deepslate_emerald_ore" }, + { "block": "minecraft:deepslate_gold_ore" }, + { "block": "minecraft:deepslate_iron_ore" }, + { "block": "minecraft:deepslate_coal_ore" }, + { "block": "minecraft:deepslate_redstone_ore" }, + { "block": "minecraft:deepslate_lapis_ore" } + ], + "varience": 4 + }, + { + "minHeight": 2, + "maxPerChunk": 8, + "maxHeight": 42, + "minPerChunk": 1, + "minSize": 3, + "maxSize": 6, + "palette": [{ "block": "minecraft:diamond_ore" }], + "varience": 5 + }, + { + "minHeight": 4, + "maxPerChunk": 15, + "maxHeight": 80, + "minPerChunk": 5, + "minSize": 6, + "maxSize": 10, + "palette": [ { - "minHeight": 19, - "maxPerChunk": 8, - "maxHeight": 190, - "minPerChunk": 1, - "minSize": 25, - "maxSize": 25, - "palette": [{"block": "minecraft:granite"}], - "varience": 2 - }, - { - "minHeight": 19, - "maxPerChunk": 8, - "maxHeight": 210, - "minPerChunk": 1, - "minSize": 25, - "maxSize": 25, - "palette": [{"block": "minecraft:andesite"}], - "varience": 2 - }, - { - "minHeight": 19, - "maxPerChunk": 8, - "maxHeight": 209, - "minPerChunk": 1, - "minSize": 25, - "maxSize": 25, - "palette": [{"block": "minecraft:diorite"}], - "varience": 2 - }, - { - "minHeight": 19, - "maxPerChunk": 8, - "maxHeight": 189, - "minPerChunk": 1, - "minSize": 25, - "maxSize": 25, - "palette": [{"block": "minecraft:gravel"}], - "varience": 2 - }, - { - "minHeight": 5, - "maxPerChunk": 128, - "maxHeight": 33, - "minPerChunk": 128, - "minSize": 8, - "maxSize": 4, - "palette": [{"block": "minecraft:deepslate"}], - "varience": 4 - }, - { - "minHeight": 5, - "maxPerChunk": 9, - "maxHeight": 51, - "minPerChunk": 5, - "minSize": 8, - "maxSize": 4, - "palette": [ - {"block": "minecraft:deepslate_copper_ore"}, - {"block": "minecraft:deepslate_diamond_ore"}, - {"block": "minecraft:deepslate_emerald_ore"}, - {"block": "minecraft:deepslate_gold_ore"}, - {"block": "minecraft:deepslate_iron_ore"}, - {"block": "minecraft:deepslate_coal_ore"}, - {"block": "minecraft:deepslate_redstone_ore"}, - {"block": "minecraft:deepslate_lapis_ore"} - ], - "varience": 4 - }, - { - "minHeight": 2, - "maxPerChunk": 8, - "maxHeight": 42, - "minPerChunk": 1, - "minSize": 3, - "maxSize": 6, - "palette": [{"block": "minecraft:diamond_ore"}], - "varience": 5 - }, - { - "minHeight": 4, - "maxPerChunk": 15, - "maxHeight": 80, - "minPerChunk": 5, - "minSize": 6, - "maxSize": 10, - "palette": [{ - "data": {"lit": false}, - "block": "minecraft:redstone_ore" - }], - "varience": 7 - }, - { - "minHeight": 1, - "maxPerChunk": 14, - "maxHeight": 77, - "minPerChunk": 3, - "minSize": 3, - "maxSize": 5, - "palette": [{"block": "minecraft:gold_ore"}], - "varience": 3 - }, - { - "minHeight": 1, - "maxPerChunk": 15, - "maxHeight": 49, - "minPerChunk": 4, - "minSize": 3, - "maxSize": 8, - "palette": [{"block": "minecraft:lapis_ore"}], - "varience": 5 - }, - { - "minHeight": 1, - "maxPerChunk": 35, - "maxHeight": 320, - "minPerChunk": 16, - "minSize": 4, - "maxSize": 8, - "palette": [{"block": "minecraft:iron_ore"}], - "varience": 7 - }, - { - "minHeight": 1, - "maxPerChunk": 20, - "maxHeight": 85, - "minPerChunk": 9, - "minSize": 4, - "maxSize": 9, - "palette": [{"block": "minecraft:copper_ore"}], - "varience": 7 - }, - { - "minHeight": 1, - "maxPerChunk": 39, - "maxHeight": 375, - "minPerChunk": 20, - "minSize": 6, - "maxSize": 10, - "palette": [{"block": "minecraft:coal_ore"}], - "varience": 9 + "data": { "lit": false }, + "block": "minecraft:redstone_ore" } - ], - "caveBiomeStyle": {"style": "SIMPLEX"}, - "coordFractureZoom": 0.15, - "preventLeafDecay": true, - "useMantle": true, - "stronghold": "stronghold", - "strongholdJumpDistance": 670, - "maxStrongholds": 27, - "decorate": true, - "skylandBiomeStyle": {"style": "SIMPLEX"} + ], + "varience": 7 + }, + { + "minHeight": 1, + "maxPerChunk": 14, + "maxHeight": 77, + "minPerChunk": 3, + "minSize": 3, + "maxSize": 5, + "palette": [{ "block": "minecraft:gold_ore" }], + "varience": 3 + }, + { + "minHeight": 1, + "maxPerChunk": 15, + "maxHeight": 49, + "minPerChunk": 4, + "minSize": 3, + "maxSize": 8, + "palette": [{ "block": "minecraft:lapis_ore" }], + "varience": 5 + }, + { + "minHeight": 1, + "maxPerChunk": 35, + "maxHeight": 320, + "minPerChunk": 16, + "minSize": 4, + "maxSize": 8, + "palette": [{ "block": "minecraft:iron_ore" }], + "varience": 7 + }, + { + "minHeight": 1, + "maxPerChunk": 20, + "maxHeight": 85, + "minPerChunk": 9, + "minSize": 4, + "maxSize": 9, + "palette": [{ "block": "minecraft:copper_ore" }], + "varience": 7 + }, + { + "minHeight": 1, + "maxPerChunk": 39, + "maxHeight": 375, + "minPerChunk": 20, + "minSize": 6, + "maxSize": 10, + "palette": [{ "block": "minecraft:coal_ore" }], + "varience": 9 + } + ], + "caveBiomeStyle": { "style": "SIMPLEX" }, + "coordFractureZoom": 0.15, + "preventLeafDecay": true, + "useMantle": true, + "stronghold": "stronghold", + "strongholdJumpDistance": 670, + "maxStrongholds": 27, + "decorate": true, + "skylandBiomeStyle": { "style": "SIMPLEX" } } diff --git a/entities/standard/passive/frog.json b/entities/standard/passive/frog.json new file mode 100644 index 00000000..961dee80 --- /dev/null +++ b/entities/standard/passive/frog.json @@ -0,0 +1 @@ +{"type": "FROG"} diff --git a/entities/standard/passive/tadpole.json b/entities/standard/passive/tadpole.json new file mode 100644 index 00000000..ce43aeee --- /dev/null +++ b/entities/standard/passive/tadpole.json @@ -0,0 +1 @@ +{"type": "TADPOLE"} diff --git a/jigsaw-pieces/village/desert/houses/desert_animal_pen_1.json b/jigsaw-pieces/village/desert/houses/desert_animal_pen_1.json index b41077ea..de049e87 100644 --- a/jigsaw-pieces/village/desert/houses/desert_animal_pen_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_animal_pen_1.json @@ -67,7 +67,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_animal_pen_2.json b/jigsaw-pieces/village/desert/houses/desert_animal_pen_2.json index 96c27d41..e8880bf9 100644 --- a/jigsaw-pieces/village/desert/houses/desert_animal_pen_2.json +++ b/jigsaw-pieces/village/desert/houses/desert_animal_pen_2.json @@ -67,7 +67,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_armorer_1.json b/jigsaw-pieces/village/desert/houses/desert_armorer_1.json index aa821cc4..33755387 100644 --- a/jigsaw-pieces/village/desert/houses/desert_armorer_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_armorer_1.json @@ -52,7 +52,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_butcher_shop_1.json b/jigsaw-pieces/village/desert/houses/desert_butcher_shop_1.json index c9796a93..56f44848 100644 --- a/jigsaw-pieces/village/desert/houses/desert_butcher_shop_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_butcher_shop_1.json @@ -67,7 +67,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:stone" + }] + }, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_cartographer_house_1.json b/jigsaw-pieces/village/desert/houses/desert_cartographer_house_1.json index d4992605..d9b14111 100644 --- a/jigsaw-pieces/village/desert/houses/desert_cartographer_house_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_cartographer_house_1.json @@ -67,7 +67,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_farm_1.json b/jigsaw-pieces/village/desert/houses/desert_farm_1.json index d0490073..e9c02e26 100644 --- a/jigsaw-pieces/village/desert/houses/desert_farm_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_farm_1.json @@ -52,7 +52,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_farm_2.json b/jigsaw-pieces/village/desert/houses/desert_farm_2.json index 747c6500..b67e17a5 100644 --- a/jigsaw-pieces/village/desert/houses/desert_farm_2.json +++ b/jigsaw-pieces/village/desert/houses/desert_farm_2.json @@ -52,7 +52,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_fisher_1.json b/jigsaw-pieces/village/desert/houses/desert_fisher_1.json index 0770be58..4e9cf231 100644 --- a/jigsaw-pieces/village/desert/houses/desert_fisher_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_fisher_1.json @@ -67,7 +67,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_fletcher_house_1.json b/jigsaw-pieces/village/desert/houses/desert_fletcher_house_1.json index dcee9e2e..63991a05 100644 --- a/jigsaw-pieces/village/desert/houses/desert_fletcher_house_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_fletcher_house_1.json @@ -52,7 +52,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_large_farm_1.json b/jigsaw-pieces/village/desert/houses/desert_large_farm_1.json index 36a48b99..0f4765f0 100644 --- a/jigsaw-pieces/village/desert/houses/desert_large_farm_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_large_farm_1.json @@ -52,7 +52,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_library_1.json b/jigsaw-pieces/village/desert/houses/desert_library_1.json index 8f1b1b7a..8bdf5270 100644 --- a/jigsaw-pieces/village/desert/houses/desert_library_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_library_1.json @@ -67,7 +67,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_mason_1.json b/jigsaw-pieces/village/desert/houses/desert_mason_1.json index 554755fe..c413fb5d 100644 --- a/jigsaw-pieces/village/desert/houses/desert_mason_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_mason_1.json @@ -52,7 +52,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_medium_house_1.json b/jigsaw-pieces/village/desert/houses/desert_medium_house_1.json index 2cf899b0..dd66e190 100644 --- a/jigsaw-pieces/village/desert/houses/desert_medium_house_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_medium_house_1.json @@ -80,7 +80,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_medium_house_2.json b/jigsaw-pieces/village/desert/houses/desert_medium_house_2.json index e27c0d93..a2850818 100644 --- a/jigsaw-pieces/village/desert/houses/desert_medium_house_2.json +++ b/jigsaw-pieces/village/desert/houses/desert_medium_house_2.json @@ -80,7 +80,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_shepherd_house_1.json b/jigsaw-pieces/village/desert/houses/desert_shepherd_house_1.json index ae286c6b..0694fffc 100644 --- a/jigsaw-pieces/village/desert/houses/desert_shepherd_house_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_shepherd_house_1.json @@ -67,7 +67,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_1.json b/jigsaw-pieces/village/desert/houses/desert_small_house_1.json index 07c51f77..a377add7 100644 --- a/jigsaw-pieces/village/desert/houses/desert_small_house_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_1.json @@ -67,7 +67,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_2.json b/jigsaw-pieces/village/desert/houses/desert_small_house_2.json index b287aacf..470bc0b3 100644 --- a/jigsaw-pieces/village/desert/houses/desert_small_house_2.json +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_2.json @@ -80,7 +80,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_3.json b/jigsaw-pieces/village/desert/houses/desert_small_house_3.json index 989c9a5d..442796cd 100644 --- a/jigsaw-pieces/village/desert/houses/desert_small_house_3.json +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_3.json @@ -67,7 +67,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_4.json b/jigsaw-pieces/village/desert/houses/desert_small_house_4.json index ba4698fe..bd57fba1 100644 --- a/jigsaw-pieces/village/desert/houses/desert_small_house_4.json +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_4.json @@ -67,7 +67,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_5.json b/jigsaw-pieces/village/desert/houses/desert_small_house_5.json index 63a6047d..e4b41db7 100644 --- a/jigsaw-pieces/village/desert/houses/desert_small_house_5.json +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_5.json @@ -67,7 +67,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_6.json b/jigsaw-pieces/village/desert/houses/desert_small_house_6.json index 1ccaff73..3ae33173 100644 --- a/jigsaw-pieces/village/desert/houses/desert_small_house_6.json +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_6.json @@ -67,7 +67,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_7.json b/jigsaw-pieces/village/desert/houses/desert_small_house_7.json index 04a17dd3..31a77b64 100644 --- a/jigsaw-pieces/village/desert/houses/desert_small_house_7.json +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_7.json @@ -67,7 +67,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_8.json b/jigsaw-pieces/village/desert/houses/desert_small_house_8.json index 58b1cbac..2513c825 100644 --- a/jigsaw-pieces/village/desert/houses/desert_small_house_8.json +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_8.json @@ -67,7 +67,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_tannery_1.json b/jigsaw-pieces/village/desert/houses/desert_tannery_1.json index f3bd6f43..4caf8208 100644 --- a/jigsaw-pieces/village/desert/houses/desert_tannery_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_tannery_1.json @@ -52,7 +52,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_temple_1.json b/jigsaw-pieces/village/desert/houses/desert_temple_1.json index 6a86423a..aa155614 100644 --- a/jigsaw-pieces/village/desert/houses/desert_temple_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_temple_1.json @@ -52,7 +52,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_temple_2.json b/jigsaw-pieces/village/desert/houses/desert_temple_2.json index 364cba47..98b96726 100644 --- a/jigsaw-pieces/village/desert/houses/desert_temple_2.json +++ b/jigsaw-pieces/village/desert/houses/desert_temple_2.json @@ -52,7 +52,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_tool_smith_1.json b/jigsaw-pieces/village/desert/houses/desert_tool_smith_1.json index 18b7fd7b..e4b861ee 100644 --- a/jigsaw-pieces/village/desert/houses/desert_tool_smith_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_tool_smith_1.json @@ -52,7 +52,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_weaponsmith_1.json b/jigsaw-pieces/village/desert/houses/desert_weaponsmith_1.json index 40509d7b..3f2b4799 100644 --- a/jigsaw-pieces/village/desert/houses/desert_weaponsmith_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_weaponsmith_1.json @@ -52,7 +52,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_1.json b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_1.json index e446f6bb..ffbbff01 100644 --- a/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_1.json +++ b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_1.json @@ -210,7 +210,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_2.json b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_2.json index 1eaaadc9..3a486b04 100644 --- a/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_2.json +++ b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_2.json @@ -171,7 +171,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_3.json b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_3.json index d1b52d07..2599795d 100644 --- a/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_3.json +++ b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_3.json @@ -197,7 +197,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_accessory_1.json b/jigsaw-pieces/village/plains/houses/plains_accessory_1.json index 7d265fa0..8bf1a4f7 100644 --- a/jigsaw-pieces/village/plains/houses/plains_accessory_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_accessory_1.json @@ -61,7 +61,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_animal_pen_1.json b/jigsaw-pieces/village/plains/houses/plains_animal_pen_1.json index fa9f9159..79ff288d 100644 --- a/jigsaw-pieces/village/plains/houses/plains_animal_pen_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_animal_pen_1.json @@ -87,7 +87,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_animal_pen_2.json b/jigsaw-pieces/village/plains/houses/plains_animal_pen_2.json index 85bae752..5ce3ac8d 100644 --- a/jigsaw-pieces/village/plains/houses/plains_animal_pen_2.json +++ b/jigsaw-pieces/village/plains/houses/plains_animal_pen_2.json @@ -100,7 +100,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_animal_pen_3.json b/jigsaw-pieces/village/plains/houses/plains_animal_pen_3.json index becacc30..b322de80 100644 --- a/jigsaw-pieces/village/plains/houses/plains_animal_pen_3.json +++ b/jigsaw-pieces/village/plains/houses/plains_animal_pen_3.json @@ -151,7 +151,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_armorer_house_1.json b/jigsaw-pieces/village/plains/houses/plains_armorer_house_1.json index bd12b4d3..b5a5d508 100644 --- a/jigsaw-pieces/village/plains/houses/plains_armorer_house_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_armorer_house_1.json @@ -61,7 +61,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_big_house_1.json b/jigsaw-pieces/village/plains/houses/plains_big_house_1.json index 048220c0..eec54c92 100644 --- a/jigsaw-pieces/village/plains/houses/plains_big_house_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_big_house_1.json @@ -115,7 +115,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_butcher_shop_1.json b/jigsaw-pieces/village/plains/houses/plains_butcher_shop_1.json index a033800e..0347016d 100644 --- a/jigsaw-pieces/village/plains/houses/plains_butcher_shop_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_butcher_shop_1.json @@ -76,7 +76,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_butcher_shop_2.json b/jigsaw-pieces/village/plains/houses/plains_butcher_shop_2.json index 7ec29814..b7cef1ac 100644 --- a/jigsaw-pieces/village/plains/houses/plains_butcher_shop_2.json +++ b/jigsaw-pieces/village/plains/houses/plains_butcher_shop_2.json @@ -128,7 +128,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_cartographer_1.json b/jigsaw-pieces/village/plains/houses/plains_cartographer_1.json index e5ef628f..4836e765 100644 --- a/jigsaw-pieces/village/plains/houses/plains_cartographer_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_cartographer_1.json @@ -61,7 +61,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_fisher_cottage_1.json b/jigsaw-pieces/village/plains/houses/plains_fisher_cottage_1.json index 47b41df9..9789e967 100644 --- a/jigsaw-pieces/village/plains/houses/plains_fisher_cottage_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_fisher_cottage_1.json @@ -61,7 +61,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_fletcher_house_1.json b/jigsaw-pieces/village/plains/houses/plains_fletcher_house_1.json index da568e6e..e1f3797a 100644 --- a/jigsaw-pieces/village/plains/houses/plains_fletcher_house_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_fletcher_house_1.json @@ -76,7 +76,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_large_farm_1.json b/jigsaw-pieces/village/plains/houses/plains_large_farm_1.json index 3b72c7cb..2a756661 100644 --- a/jigsaw-pieces/village/plains/houses/plains_large_farm_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_large_farm_1.json @@ -61,7 +61,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_library_1.json b/jigsaw-pieces/village/plains/houses/plains_library_1.json index 21487bb5..80b126ea 100644 --- a/jigsaw-pieces/village/plains/houses/plains_library_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_library_1.json @@ -61,7 +61,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_library_2.json b/jigsaw-pieces/village/plains/houses/plains_library_2.json index a79dd45a..c6255ba0 100644 --- a/jigsaw-pieces/village/plains/houses/plains_library_2.json +++ b/jigsaw-pieces/village/plains/houses/plains_library_2.json @@ -61,7 +61,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_masons_house_1.json b/jigsaw-pieces/village/plains/houses/plains_masons_house_1.json index 10a224e4..8b1ded0c 100644 --- a/jigsaw-pieces/village/plains/houses/plains_masons_house_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_masons_house_1.json @@ -61,7 +61,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_medium_house_1.json b/jigsaw-pieces/village/plains/houses/plains_medium_house_1.json index 5f531724..6309058b 100644 --- a/jigsaw-pieces/village/plains/houses/plains_medium_house_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_medium_house_1.json @@ -102,7 +102,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_medium_house_2.json b/jigsaw-pieces/village/plains/houses/plains_medium_house_2.json index 1baee38f..a9cc1a2e 100644 --- a/jigsaw-pieces/village/plains/houses/plains_medium_house_2.json +++ b/jigsaw-pieces/village/plains/houses/plains_medium_house_2.json @@ -89,7 +89,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_meeting_point_4.json b/jigsaw-pieces/village/plains/houses/plains_meeting_point_4.json index da05f938..db00f9b1 100644 --- a/jigsaw-pieces/village/plains/houses/plains_meeting_point_4.json +++ b/jigsaw-pieces/village/plains/houses/plains_meeting_point_4.json @@ -115,7 +115,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_meeting_point_5.json b/jigsaw-pieces/village/plains/houses/plains_meeting_point_5.json index ffb35083..bec83d05 100644 --- a/jigsaw-pieces/village/plains/houses/plains_meeting_point_5.json +++ b/jigsaw-pieces/village/plains/houses/plains_meeting_point_5.json @@ -102,7 +102,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_shepherds_house_1.json b/jigsaw-pieces/village/plains/houses/plains_shepherds_house_1.json index c3180f02..d9e5d1d9 100644 --- a/jigsaw-pieces/village/plains/houses/plains_shepherds_house_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_shepherds_house_1.json @@ -102,7 +102,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_farm_1.json b/jigsaw-pieces/village/plains/houses/plains_small_farm_1.json index 7676a90e..f7f635e2 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_farm_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_farm_1.json @@ -61,7 +61,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_1.json b/jigsaw-pieces/village/plains/houses/plains_small_house_1.json index 0858ac08..0958bdc1 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_house_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_1.json @@ -76,7 +76,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_2.json b/jigsaw-pieces/village/plains/houses/plains_small_house_2.json index 10451ed9..1f946858 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_house_2.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_2.json @@ -76,7 +76,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_3.json b/jigsaw-pieces/village/plains/houses/plains_small_house_3.json index 473b2ff3..30a75f0f 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_house_3.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_3.json @@ -76,7 +76,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_4.json b/jigsaw-pieces/village/plains/houses/plains_small_house_4.json index d5459f13..9f976626 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_house_4.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_4.json @@ -76,7 +76,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_5.json b/jigsaw-pieces/village/plains/houses/plains_small_house_5.json index aeeb8384..dbc59123 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_house_5.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_5.json @@ -115,7 +115,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_6.json b/jigsaw-pieces/village/plains/houses/plains_small_house_6.json index a3ffa769..e817f405 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_house_6.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_6.json @@ -76,7 +76,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_7.json b/jigsaw-pieces/village/plains/houses/plains_small_house_7.json index d37fa80c..2328f0b0 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_house_7.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_7.json @@ -76,7 +76,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_8.json b/jigsaw-pieces/village/plains/houses/plains_small_house_8.json index ee44b870..04337960 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_house_8.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_8.json @@ -76,7 +76,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_stable_1.json b/jigsaw-pieces/village/plains/houses/plains_stable_1.json index 5f2b7f5c..136e6f2c 100644 --- a/jigsaw-pieces/village/plains/houses/plains_stable_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_stable_1.json @@ -154,7 +154,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_stable_2.json b/jigsaw-pieces/village/plains/houses/plains_stable_2.json index d023e112..a3fd0d72 100644 --- a/jigsaw-pieces/village/plains/houses/plains_stable_2.json +++ b/jigsaw-pieces/village/plains/houses/plains_stable_2.json @@ -115,7 +115,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_tannery_1.json b/jigsaw-pieces/village/plains/houses/plains_tannery_1.json index d455eb07..7a82c400 100644 --- a/jigsaw-pieces/village/plains/houses/plains_tannery_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_tannery_1.json @@ -61,7 +61,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_temple_3.json b/jigsaw-pieces/village/plains/houses/plains_temple_3.json index e239b818..a90bd250 100644 --- a/jigsaw-pieces/village/plains/houses/plains_temple_3.json +++ b/jigsaw-pieces/village/plains/houses/plains_temple_3.json @@ -61,7 +61,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_temple_4.json b/jigsaw-pieces/village/plains/houses/plains_temple_4.json index f79c9081..9a32dfee 100644 --- a/jigsaw-pieces/village/plains/houses/plains_temple_4.json +++ b/jigsaw-pieces/village/plains/houses/plains_temple_4.json @@ -61,7 +61,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_tool_smith_1.json b/jigsaw-pieces/village/plains/houses/plains_tool_smith_1.json index 00c30a83..a02057a0 100644 --- a/jigsaw-pieces/village/plains/houses/plains_tool_smith_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_tool_smith_1.json @@ -61,7 +61,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_weaponsmith_1.json b/jigsaw-pieces/village/plains/houses/plains_weaponsmith_1.json index 77a875db..5895c8f1 100644 --- a/jigsaw-pieces/village/plains/houses/plains_weaponsmith_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_weaponsmith_1.json @@ -61,7 +61,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_1.json b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_1.json index 45703193..aaeae017 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_1.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_2.json b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_2.json index c62c8e1f..28c26597 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_2.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_2.json @@ -130,7 +130,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_3.json b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_3.json index a13ed9ae..4b000639 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_3.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_3.json @@ -91,7 +91,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_armorer_1.json b/jigsaw-pieces/village/savanna/houses/savanna_armorer_1.json index 5ed64bf4..d2f87b67 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_armorer_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_armorer_1.json @@ -62,7 +62,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_1.json b/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_1.json index 98b61af9..2ffa38e7 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_1.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_2.json b/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_2.json index 46ede5f6..14ae929a 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_2.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_2.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_fisher_cottage_1.json b/jigsaw-pieces/village/savanna/houses/savanna_fisher_cottage_1.json index 7080e4a2..8291bd91 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_fisher_cottage_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_fisher_cottage_1.json @@ -104,7 +104,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_fletcher_house_1.json b/jigsaw-pieces/village/savanna/houses/savanna_fletcher_house_1.json index f96cb1f7..668d1899 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_fletcher_house_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_fletcher_house_1.json @@ -63,7 +63,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_large_farm_1.json b/jigsaw-pieces/village/savanna/houses/savanna_large_farm_1.json index ed04ceda..aa98dad8 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_large_farm_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_large_farm_1.json @@ -63,7 +63,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_large_farm_2.json b/jigsaw-pieces/village/savanna/houses/savanna_large_farm_2.json index cfcb14c2..030c23f9 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_large_farm_2.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_large_farm_2.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_library_1.json b/jigsaw-pieces/village/savanna/houses/savanna_library_1.json index 4aa98ef3..1dd51794 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_library_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_library_1.json @@ -63,7 +63,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_mason_1.json b/jigsaw-pieces/village/savanna/houses/savanna_mason_1.json index 6bbde242..bbdef4cb 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_mason_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_mason_1.json @@ -63,7 +63,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_medium_house_1.json b/jigsaw-pieces/village/savanna/houses/savanna_medium_house_1.json index fa183b8a..9307b451 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_medium_house_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_medium_house_1.json @@ -104,7 +104,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_medium_house_2.json b/jigsaw-pieces/village/savanna/houses/savanna_medium_house_2.json index e25502c9..5fa12f17 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_medium_house_2.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_medium_house_2.json @@ -104,7 +104,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_shepherd_1.json b/jigsaw-pieces/village/savanna/houses/savanna_shepherd_1.json index ff1548e6..daa321bd 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_shepherd_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_shepherd_1.json @@ -91,7 +91,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_1.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_1.json index 1392270e..702c214d 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_small_house_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_1.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_2.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_2.json index 8b3afddd..1bb8ece4 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_small_house_2.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_2.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_3.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_3.json index dea35b97..7f09a7bf 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_small_house_3.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_3.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_4.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_4.json index c3d4a0ea..c076f589 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_small_house_4.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_4.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_5.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_5.json index 32296ebf..3f28f153 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_small_house_5.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_5.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_6.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_6.json index 588e5ad5..310cd0a0 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_small_house_6.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_6.json @@ -91,7 +91,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_7.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_7.json index 438b175d..44fa8f1b 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_small_house_7.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_7.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_8.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_8.json index aade54b3..8876032d 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_small_house_8.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_8.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_tannery_1.json b/jigsaw-pieces/village/savanna/houses/savanna_tannery_1.json index b2110ab2..32e5ce56 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_tannery_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_tannery_1.json @@ -63,7 +63,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_temple_1.json b/jigsaw-pieces/village/savanna/houses/savanna_temple_1.json index 3fb2edc7..5b914d5c 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_temple_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_temple_1.json @@ -63,7 +63,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_temple_2.json b/jigsaw-pieces/village/savanna/houses/savanna_temple_2.json index 2d5f978c..6f026304 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_temple_2.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_temple_2.json @@ -63,7 +63,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_tool_smith_1.json b/jigsaw-pieces/village/savanna/houses/savanna_tool_smith_1.json index ac95658d..6f9f778b 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_tool_smith_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_tool_smith_1.json @@ -63,7 +63,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_1.json b/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_1.json index 02eb91a4..5cf25574 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_1.json @@ -63,7 +63,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_2.json b/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_2.json index 2752d703..22b1ec4c 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_2.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_2.json @@ -63,7 +63,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_1.json b/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_1.json index 1ab6a60a..126976e3 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_1.json @@ -77,7 +77,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_2.json b/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_2.json index 62df3bda..68793144 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_2.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_2.json @@ -90,7 +90,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_1.json index 5a448f7e..613cb55a 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_1.json @@ -62,7 +62,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_2.json b/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_2.json index 5afaa899..42a58208 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_2.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_2.json @@ -62,7 +62,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_1.json b/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_1.json index 76a9cf25..4eb9b4ca 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_1.json @@ -77,7 +77,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_2.json b/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_2.json index 0887ca7d..348ac110 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_2.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_2.json @@ -77,7 +77,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_cartographer_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_cartographer_house_1.json index 7f5eb864..a77c0ea2 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_cartographer_house_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_cartographer_house_1.json @@ -62,7 +62,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_farm_1.json b/jigsaw-pieces/village/snowy/houses/snowy_farm_1.json index cffecf26..730b0a2b 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_farm_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_farm_1.json @@ -62,7 +62,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_farm_2.json b/jigsaw-pieces/village/snowy/houses/snowy_farm_2.json index 3de6c5f6..235d60f6 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_farm_2.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_farm_2.json @@ -62,7 +62,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_fisher_cottage.json b/jigsaw-pieces/village/snowy/houses/snowy_fisher_cottage.json index 54f1b857..0d9f2d8d 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_fisher_cottage.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_fisher_cottage.json @@ -62,7 +62,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_fletcher_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_fletcher_house_1.json index cd9f38aa..68980403 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_fletcher_house_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_fletcher_house_1.json @@ -62,7 +62,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_library_1.json b/jigsaw-pieces/village/snowy/houses/snowy_library_1.json index 921c6b9d..6675b58f 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_library_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_library_1.json @@ -62,7 +62,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_masons_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_masons_house_1.json index 19b188c9..50b2c93d 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_masons_house_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_masons_house_1.json @@ -62,7 +62,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_masons_house_2.json b/jigsaw-pieces/village/snowy/houses/snowy_masons_house_2.json index f8e549e7..505b07b5 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_masons_house_2.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_masons_house_2.json @@ -62,7 +62,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_medium_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_1.json index 4539c1eb..41aae7f6 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_medium_house_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_1.json @@ -90,7 +90,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_medium_house_2.json b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_2.json index e43d8e93..bafa5dc3 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_medium_house_2.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_2.json @@ -90,7 +90,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_medium_house_3.json b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_3.json index 712dd369..41084d1b 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_medium_house_3.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_3.json @@ -90,7 +90,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_shepherds_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_shepherds_house_1.json index 70fd8906..dd1de25c 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_shepherds_house_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_shepherds_house_1.json @@ -77,7 +77,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_1.json index 8a4b1149..a47d5759 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_small_house_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_1.json @@ -77,7 +77,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_2.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_2.json index d9f636c5..5abe7230 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_small_house_2.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_2.json @@ -77,7 +77,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_3.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_3.json index 6261c45f..02e53c05 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_small_house_3.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_3.json @@ -77,7 +77,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_4.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_4.json index fbb41db9..f9149c96 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_small_house_4.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_4.json @@ -77,7 +77,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_5.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_5.json index c1260247..370da589 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_small_house_5.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_5.json @@ -77,7 +77,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_6.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_6.json index 2bd5e978..aa480281 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_small_house_6.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_6.json @@ -77,7 +77,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_7.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_7.json index 9f69fd4a..db81b2ed 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_small_house_7.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_7.json @@ -77,7 +77,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_8.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_8.json index 85b4a803..75a56b0e 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_small_house_8.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_8.json @@ -77,7 +77,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_tannery_1.json b/jigsaw-pieces/village/snowy/houses/snowy_tannery_1.json index fe8c1980..5e1588e1 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_tannery_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_tannery_1.json @@ -62,7 +62,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_temple_1.json b/jigsaw-pieces/village/snowy/houses/snowy_temple_1.json index 9cc13980..d2b06834 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_temple_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_temple_1.json @@ -62,7 +62,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_tool_smith_1.json b/jigsaw-pieces/village/snowy/houses/snowy_tool_smith_1.json index 55be2cb7..c8d0f478 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_tool_smith_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_tool_smith_1.json @@ -62,7 +62,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_weapon_smith_1.json b/jigsaw-pieces/village/snowy/houses/snowy_weapon_smith_1.json index 3992776e..3174f801 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_weapon_smith_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_weapon_smith_1.json @@ -62,7 +62,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_animal_pen_1.json b/jigsaw-pieces/village/taiga/houses/taiga_animal_pen_1.json index ca91207f..309b0359 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_animal_pen_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_animal_pen_1.json @@ -91,7 +91,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_armorer_2.json b/jigsaw-pieces/village/taiga/houses/taiga_armorer_2.json index 65027072..66f12af4 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_armorer_2.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_armorer_2.json @@ -91,7 +91,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_armorer_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_armorer_house_1.json index 0a08fc5f..b4f5beab 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_armorer_house_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_armorer_house_1.json @@ -63,7 +63,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_butcher_shop_1.json b/jigsaw-pieces/village/taiga/houses/taiga_butcher_shop_1.json index 31f5d0d1..bb902b0a 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_butcher_shop_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_butcher_shop_1.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_cartographer_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_cartographer_house_1.json index 96e61e8e..a0d6f53a 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_cartographer_house_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_cartographer_house_1.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_fisher_cottage_1.json b/jigsaw-pieces/village/taiga/houses/taiga_fisher_cottage_1.json index d9304444..eb341503 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_fisher_cottage_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_fisher_cottage_1.json @@ -117,7 +117,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_fletcher_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_fletcher_house_1.json index 7d428a62..6e6fb634 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_fletcher_house_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_fletcher_house_1.json @@ -63,7 +63,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_large_farm_1.json b/jigsaw-pieces/village/taiga/houses/taiga_large_farm_1.json index 92203a82..bcae7bdb 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_large_farm_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_large_farm_1.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_large_farm_2.json b/jigsaw-pieces/village/taiga/houses/taiga_large_farm_2.json index 7a7d807c..39585a83 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_large_farm_2.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_large_farm_2.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_library_1.json b/jigsaw-pieces/village/taiga/houses/taiga_library_1.json index 83c2ab49..2c424ce2 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_library_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_library_1.json @@ -104,7 +104,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_masons_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_masons_house_1.json index db21a709..1d2daadd 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_masons_house_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_masons_house_1.json @@ -63,7 +63,14 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "style": { + "style": "STATIC" + }, + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_1.json index 7102c0d1..dd1e6908 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_1.json @@ -91,7 +91,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_2.json b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_2.json index ef24b813..8edfc6fb 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_2.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_2.json @@ -91,7 +91,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_3.json b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_3.json index 685ff2ba..937e1147 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_3.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_3.json @@ -117,7 +117,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_4.json b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_4.json index 0aabced0..b1de9aa1 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_4.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_4.json @@ -91,7 +91,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_shepherds_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_shepherds_house_1.json index 416de559..89bdfc00 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_shepherds_house_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_shepherds_house_1.json @@ -91,7 +91,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_farm_1.json b/jigsaw-pieces/village/taiga/houses/taiga_small_farm_1.json index f9f2c86b..46fcf527 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_small_farm_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_farm_1.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_small_house_1.json index 2b2996ca..3457742d 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_small_house_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_house_1.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_house_2.json b/jigsaw-pieces/village/taiga/houses/taiga_small_house_2.json index 57159ff1..ef09ac88 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_small_house_2.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_house_2.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_house_3.json b/jigsaw-pieces/village/taiga/houses/taiga_small_house_3.json index a216d1de..8bfa41ab 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_small_house_3.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_house_3.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_house_4.json b/jigsaw-pieces/village/taiga/houses/taiga_small_house_4.json index 617dd8c0..d3d9cbd8 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_small_house_4.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_house_4.json @@ -91,7 +91,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_house_5.json b/jigsaw-pieces/village/taiga/houses/taiga_small_house_5.json index b192d919..93e6dba1 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_small_house_5.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_house_5.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_tannery_1.json b/jigsaw-pieces/village/taiga/houses/taiga_tannery_1.json index e21f3a6e..50362b7f 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_tannery_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_tannery_1.json @@ -63,7 +63,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_temple_1.json b/jigsaw-pieces/village/taiga/houses/taiga_temple_1.json index 32f5c7fe..0a7488c5 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_temple_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_temple_1.json @@ -63,7 +63,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_tool_smith_1.json b/jigsaw-pieces/village/taiga/houses/taiga_tool_smith_1.json index 182e9fe4..55e0fd5d 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_tool_smith_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_tool_smith_1.json @@ -91,7 +91,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_1.json b/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_1.json index 7664e2cc..58b979ea 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_1.json @@ -63,7 +63,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_2.json b/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_2.json index 99233c48..9485283d 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_2.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_2.json @@ -78,7 +78,11 @@ "z": 0 }, "mode": "STILT", - "stiltOverride": {"block": "minecraft:cobblestone"}, + "stiltOverride": { + "palette": [{ + "block": "minecraft:cobblestone" + }] + } , "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/objects/trees/mangrove/mangrove1.iob b/objects/trees/mangrove/mangrove1.iob index 8a994c36..d8496640 100644 Binary files a/objects/trees/mangrove/mangrove1.iob and b/objects/trees/mangrove/mangrove1.iob differ diff --git a/objects/trees/mangrove/mangrove10.iob b/objects/trees/mangrove/mangrove10.iob index df3f07d7..06497164 100644 Binary files a/objects/trees/mangrove/mangrove10.iob and b/objects/trees/mangrove/mangrove10.iob differ diff --git a/objects/trees/mangrove/mangrove11.iob b/objects/trees/mangrove/mangrove11.iob index 3d37d0f4..3317cb04 100644 Binary files a/objects/trees/mangrove/mangrove11.iob and b/objects/trees/mangrove/mangrove11.iob differ diff --git a/objects/trees/mangrove/mangrove12.iob b/objects/trees/mangrove/mangrove12.iob index e433993b..b8fcd9ea 100644 Binary files a/objects/trees/mangrove/mangrove12.iob and b/objects/trees/mangrove/mangrove12.iob differ diff --git a/objects/trees/mangrove/mangrove13.iob b/objects/trees/mangrove/mangrove13.iob index e433993b..e9754955 100644 Binary files a/objects/trees/mangrove/mangrove13.iob and b/objects/trees/mangrove/mangrove13.iob differ diff --git a/objects/trees/mangrove/mangrove14.iob b/objects/trees/mangrove/mangrove14.iob index 7b943c06..6c7040c2 100644 Binary files a/objects/trees/mangrove/mangrove14.iob and b/objects/trees/mangrove/mangrove14.iob differ diff --git a/objects/trees/mangrove/mangrove15.iob b/objects/trees/mangrove/mangrove15.iob index 6e202351..6d9782bf 100644 Binary files a/objects/trees/mangrove/mangrove15.iob and b/objects/trees/mangrove/mangrove15.iob differ diff --git a/objects/trees/mangrove/mangrove16.iob b/objects/trees/mangrove/mangrove16.iob index 3297def7..c7ef99a3 100644 Binary files a/objects/trees/mangrove/mangrove16.iob and b/objects/trees/mangrove/mangrove16.iob differ diff --git a/objects/trees/mangrove/mangrove17.iob b/objects/trees/mangrove/mangrove17.iob index 07478b25..28c3a339 100644 Binary files a/objects/trees/mangrove/mangrove17.iob and b/objects/trees/mangrove/mangrove17.iob differ diff --git a/objects/trees/mangrove/mangrove18.iob b/objects/trees/mangrove/mangrove18.iob index 98f9ef02..b1855fc4 100644 Binary files a/objects/trees/mangrove/mangrove18.iob and b/objects/trees/mangrove/mangrove18.iob differ diff --git a/objects/trees/mangrove/mangrove19.iob b/objects/trees/mangrove/mangrove19.iob index 1159a0c1..9b3af00f 100644 Binary files a/objects/trees/mangrove/mangrove19.iob and b/objects/trees/mangrove/mangrove19.iob differ diff --git a/objects/trees/mangrove/mangrove2.iob b/objects/trees/mangrove/mangrove2.iob index 22de89a7..4cbdb9e2 100644 Binary files a/objects/trees/mangrove/mangrove2.iob and b/objects/trees/mangrove/mangrove2.iob differ diff --git a/objects/trees/mangrove/mangrove20.iob b/objects/trees/mangrove/mangrove20.iob index 14c5ba98..0750a5bd 100644 Binary files a/objects/trees/mangrove/mangrove20.iob and b/objects/trees/mangrove/mangrove20.iob differ diff --git a/objects/trees/mangrove/mangrove3.iob b/objects/trees/mangrove/mangrove3.iob index 4f411ed2..5722627b 100644 Binary files a/objects/trees/mangrove/mangrove3.iob and b/objects/trees/mangrove/mangrove3.iob differ diff --git a/objects/trees/mangrove/mangrove4.iob b/objects/trees/mangrove/mangrove4.iob index 2f4a1f6f..2b1af212 100644 Binary files a/objects/trees/mangrove/mangrove4.iob and b/objects/trees/mangrove/mangrove4.iob differ diff --git a/objects/trees/mangrove/mangrove5.iob b/objects/trees/mangrove/mangrove5.iob index ee8d6d19..226426fb 100644 Binary files a/objects/trees/mangrove/mangrove5.iob and b/objects/trees/mangrove/mangrove5.iob differ diff --git a/objects/trees/mangrove/mangrove6.iob b/objects/trees/mangrove/mangrove6.iob index e5fc4423..2e263fd8 100644 Binary files a/objects/trees/mangrove/mangrove6.iob and b/objects/trees/mangrove/mangrove6.iob differ diff --git a/objects/trees/mangrove/mangrove7.iob b/objects/trees/mangrove/mangrove7.iob index 6176448e..cb97bd18 100644 Binary files a/objects/trees/mangrove/mangrove7.iob and b/objects/trees/mangrove/mangrove7.iob differ diff --git a/objects/trees/mangrove/mangrove8.iob b/objects/trees/mangrove/mangrove8.iob index 4dbb1ac4..e21f92c1 100644 Binary files a/objects/trees/mangrove/mangrove8.iob and b/objects/trees/mangrove/mangrove8.iob differ diff --git a/objects/trees/mangrove/mangrove9.iob b/objects/trees/mangrove/mangrove9.iob index 08855f4c..42c326b6 100644 Binary files a/objects/trees/mangrove/mangrove9.iob and b/objects/trees/mangrove/mangrove9.iob differ diff --git a/objects/trees/mangrove/t1.iob b/objects/trees/mangrove/t1.iob index 578e7e43..00e70aeb 100644 Binary files a/objects/trees/mangrove/t1.iob and b/objects/trees/mangrove/t1.iob differ diff --git a/objects/trees/mangrove/t2.iob b/objects/trees/mangrove/t2.iob index 34af53dc..9d82f312 100644 Binary files a/objects/trees/mangrove/t2.iob and b/objects/trees/mangrove/t2.iob differ diff --git a/objects/trees/mangrove/t3.iob b/objects/trees/mangrove/t3.iob index 6e38afb4..3636eebb 100644 Binary files a/objects/trees/mangrove/t3.iob and b/objects/trees/mangrove/t3.iob differ diff --git a/objects/trees/mangrove/t4.iob b/objects/trees/mangrove/t4.iob index 03e3bc94..802e3631 100644 Binary files a/objects/trees/mangrove/t4.iob and b/objects/trees/mangrove/t4.iob differ diff --git a/objects/trees/mangrove/t5.iob b/objects/trees/mangrove/t5.iob index 6535cca1..ed1a77c4 100644 Binary files a/objects/trees/mangrove/t5.iob and b/objects/trees/mangrove/t5.iob differ diff --git a/objects/trees/mangrove/tree1.iob b/objects/trees/mangrove/tree1.iob index 89b7ff5c..ef5b1415 100644 Binary files a/objects/trees/mangrove/tree1.iob and b/objects/trees/mangrove/tree1.iob differ diff --git a/objects/trees/mangrove/tree10.iob b/objects/trees/mangrove/tree10.iob index 7a19f69a..19c708af 100644 Binary files a/objects/trees/mangrove/tree10.iob and b/objects/trees/mangrove/tree10.iob differ diff --git a/objects/trees/mangrove/tree11.iob b/objects/trees/mangrove/tree11.iob index d393bb8c..c4be1b3b 100644 Binary files a/objects/trees/mangrove/tree11.iob and b/objects/trees/mangrove/tree11.iob differ diff --git a/objects/trees/mangrove/tree12.iob b/objects/trees/mangrove/tree12.iob index 689cbe4d..71d00188 100644 Binary files a/objects/trees/mangrove/tree12.iob and b/objects/trees/mangrove/tree12.iob differ diff --git a/objects/trees/mangrove/tree13.iob b/objects/trees/mangrove/tree13.iob index d9b65802..777ce2ec 100644 Binary files a/objects/trees/mangrove/tree13.iob and b/objects/trees/mangrove/tree13.iob differ diff --git a/objects/trees/mangrove/tree14.iob b/objects/trees/mangrove/tree14.iob index 26a5c6c2..2878e439 100644 Binary files a/objects/trees/mangrove/tree14.iob and b/objects/trees/mangrove/tree14.iob differ diff --git a/objects/trees/mangrove/tree15.iob b/objects/trees/mangrove/tree15.iob index b78cb82d..bd031e39 100644 Binary files a/objects/trees/mangrove/tree15.iob and b/objects/trees/mangrove/tree15.iob differ diff --git a/objects/trees/mangrove/tree16.iob b/objects/trees/mangrove/tree16.iob index 1bea2ba3..abe4d61f 100644 Binary files a/objects/trees/mangrove/tree16.iob and b/objects/trees/mangrove/tree16.iob differ diff --git a/objects/trees/mangrove/tree17.iob b/objects/trees/mangrove/tree17.iob index 980173d6..4ccd0247 100644 Binary files a/objects/trees/mangrove/tree17.iob and b/objects/trees/mangrove/tree17.iob differ diff --git a/objects/trees/mangrove/tree18.iob b/objects/trees/mangrove/tree18.iob index 24e5dee7..e54c80f2 100644 Binary files a/objects/trees/mangrove/tree18.iob and b/objects/trees/mangrove/tree18.iob differ diff --git a/objects/trees/mangrove/tree19.iob b/objects/trees/mangrove/tree19.iob index 8f1761b3..4a597b34 100644 Binary files a/objects/trees/mangrove/tree19.iob and b/objects/trees/mangrove/tree19.iob differ diff --git a/objects/trees/mangrove/tree2.iob b/objects/trees/mangrove/tree2.iob index 34b6c96c..526569c3 100644 Binary files a/objects/trees/mangrove/tree2.iob and b/objects/trees/mangrove/tree2.iob differ diff --git a/objects/trees/mangrove/tree20.iob b/objects/trees/mangrove/tree20.iob index bb848033..dc6f8813 100644 Binary files a/objects/trees/mangrove/tree20.iob and b/objects/trees/mangrove/tree20.iob differ diff --git a/objects/trees/mangrove/tree21.iob b/objects/trees/mangrove/tree21.iob index 15c28fc7..b1356dd8 100644 Binary files a/objects/trees/mangrove/tree21.iob and b/objects/trees/mangrove/tree21.iob differ diff --git a/objects/trees/mangrove/tree3.iob b/objects/trees/mangrove/tree3.iob index ce435fa1..fbb18c17 100644 Binary files a/objects/trees/mangrove/tree3.iob and b/objects/trees/mangrove/tree3.iob differ diff --git a/objects/trees/mangrove/tree4.iob b/objects/trees/mangrove/tree4.iob index c17ff1d5..e747fe7c 100644 Binary files a/objects/trees/mangrove/tree4.iob and b/objects/trees/mangrove/tree4.iob differ diff --git a/objects/trees/mangrove/tree5.iob b/objects/trees/mangrove/tree5.iob index 3882609a..bbe7960a 100644 Binary files a/objects/trees/mangrove/tree5.iob and b/objects/trees/mangrove/tree5.iob differ diff --git a/objects/trees/mangrove/tree6.iob b/objects/trees/mangrove/tree6.iob index f50a2518..9daac740 100644 Binary files a/objects/trees/mangrove/tree6.iob and b/objects/trees/mangrove/tree6.iob differ diff --git a/objects/trees/mangrove/tree7.iob b/objects/trees/mangrove/tree7.iob index e00a891a..fdfa3893 100644 Binary files a/objects/trees/mangrove/tree7.iob and b/objects/trees/mangrove/tree7.iob differ diff --git a/objects/trees/mangrove/tree8.iob b/objects/trees/mangrove/tree8.iob index 03199f5a..e2d84944 100644 Binary files a/objects/trees/mangrove/tree8.iob and b/objects/trees/mangrove/tree8.iob differ diff --git a/objects/trees/mangrove/tree9.iob b/objects/trees/mangrove/tree9.iob index 4887d969..326eef52 100644 Binary files a/objects/trees/mangrove/tree9.iob and b/objects/trees/mangrove/tree9.iob differ diff --git a/spawners/swamp/land-passive.json b/spawners/swamp/land-passive.json index c1538d10..902980a0 100644 --- a/spawners/swamp/land-passive.json +++ b/spawners/swamp/land-passive.json @@ -30,6 +30,12 @@ "minSpawns": 1, "rarity": 1 }, + { + "entity": "standard/passive/frog", + "maxSpawns": 3, + "minSpawns": 1, + "rarity": 1 + }, { "entity": "standard/passive/sheep", "maxSpawns": 3, diff --git a/spawners/swamp/water-passive.json b/spawners/swamp/water-passive.json new file mode 100644 index 00000000..e466a7b2 --- /dev/null +++ b/spawners/swamp/water-passive.json @@ -0,0 +1,22 @@ +{ + "group": "NORMAL", + "maximumRate": { + "amount": 8, + "per": { "seconds": 30 } + }, + "maxEntitiesPerChunk": 2, + "energyMultiplier": 0.75, + "spawns": [ + { + "entity": "standard/passive/frog", + "maxSpawns": 3, + "minSpawns": 1 + }, + { + "entity": "standard/passive/tadpole", + "maxSpawns": 3, + "minSpawns": 1, + "rarity": 2 + } + ] +}