From 2cc1e383d97e13b509ef68ba4d4fa10995df25a5 Mon Sep 17 00:00:00 2001 From: IntegratedQuantum Date: Fri, 7 Feb 2025 21:17:40 +0100 Subject: [PATCH] Add the modern art biome, as a natural source of cloth. makes #1003 less important --- assets/cubyz/biomes/modern_art.zig.zon | 481 +++++++++++++++++++++++++ 1 file changed, 481 insertions(+) create mode 100644 assets/cubyz/biomes/modern_art.zig.zon diff --git a/assets/cubyz/biomes/modern_art.zig.zon b/assets/cubyz/biomes/modern_art.zig.zon new file mode 100644 index 00000000..5f5f8bd0 --- /dev/null +++ b/assets/cubyz/biomes/modern_art.zig.zon @@ -0,0 +1,481 @@ +.{ + .chance = 0.02, + .properties = .{ + }, + .minHeight = 22, + .maxHeight = 40, + + .roughness = 10, + .hills = 10, + + .music = "cubyz:mana-two-part-2", + + .validPlayerSpawn = false, + + .ground_structure = .{ + }, + .stoneBlock = "cubyz:chalk/white", + .structures = .{ + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/aqua", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/black", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/blue", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/brown", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/crimson", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/cyan", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/dark_grey", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/green", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/grey", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/indigo", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/lime", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/magenta", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/orange", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/pink", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/purple", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/red", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/violet", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/viridian", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/white", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + .{ + .id = "cubyz:ground_patch", + .block = "cubyz:chalk/yellow", + .chance = 0.02, + .width = 5, + .variation = 4, + .depth = 1, + .smoothness = 0.5, + }, + + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/aqua:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/black:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/blue:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/brown:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/crimson:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/cyan:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/dark_grey:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/green:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/grey:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/indigo:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/lime:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/magenta:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/orange:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/pink:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/purple:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/red:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/violet:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/viridian:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/white:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + .{ + .id = "cubyz:simple_tree", + .leaves = "cubyz:cloth/yellow:0b111111", + .log = "cubyz:air", + .top = "cubyz:air", + .chance = 0.02, + .type = .round, + .height = 5, + .height_variation = 20, + .leafRadius = 3, + .leafRadius_variation = 1, + .leafElongation = 0.5, + .deltaLeafElongation = 0.15, + }, + }, +}