mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
Add the modern art biome, as a natural source of cloth.
makes #1003 less important
This commit is contained in:
parent
59cc2b3ae2
commit
2cc1e383d9
481
assets/cubyz/biomes/modern_art.zig.zon
Normal file
481
assets/cubyz/biomes/modern_art.zig.zon
Normal file
@ -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,
|
||||
},
|
||||
},
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user