mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00

* Format all the zon assets to prepare for running the the format check with our zig fmt * Update ci.yml * Remove zon files from the old formatter * Add a formatting violation to test the CI * Undo the check
258 lines
5.5 KiB
Zig
258 lines
5.5 KiB
Zig
.{
|
|
.chance = 0.02,
|
|
.properties = .{},
|
|
.minHeight = 22,
|
|
.maxHeight = 40,
|
|
|
|
.roughness = 10,
|
|
.hills = 10,
|
|
|
|
.music = "cubyz:mana-two-part-2",
|
|
|
|
.validPlayerSpawn = false,
|
|
|
|
.ground_structure = .{},
|
|
.structures = .{
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/aqua",
|
|
.log = "cubyz:chalk/aqua",
|
|
.top = "cubyz:chalk/aqua",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/black",
|
|
.log = "cubyz:chalk/black",
|
|
.top = "cubyz:chalk/black",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/blue",
|
|
.log = "cubyz:chalk/blue",
|
|
.top = "cubyz:chalk/blue",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/brown",
|
|
.log = "cubyz:chalk/brown",
|
|
.top = "cubyz:chalk/brown",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/crimson",
|
|
.log = "cubyz:chalk/crimson",
|
|
.top = "cubyz:chalk/crimson",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/cyan",
|
|
.log = "cubyz:chalk/cyan",
|
|
.top = "cubyz:chalk/cyan",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/dark_grey",
|
|
.log = "cubyz:chalk/dark_grey",
|
|
.top = "cubyz:chalk/dark_grey",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/green",
|
|
.log = "cubyz:chalk/green",
|
|
.top = "cubyz:chalk/green",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/grey",
|
|
.log = "cubyz:chalk/grey",
|
|
.top = "cubyz:chalk/grey",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/indigo",
|
|
.log = "cubyz:chalk/indigo",
|
|
.top = "cubyz:chalk/indigo",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/lime",
|
|
.log = "cubyz:chalk/lime",
|
|
.top = "cubyz:chalk/lime",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/magenta",
|
|
.log = "cubyz:chalk/magenta",
|
|
.top = "cubyz:chalk/magenta",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/orange",
|
|
.log = "cubyz:chalk/orange",
|
|
.top = "cubyz:chalk/orange",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/pink",
|
|
.log = "cubyz:chalk/pink",
|
|
.top = "cubyz:chalk/pink",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/purple",
|
|
.log = "cubyz:chalk/purple",
|
|
.top = "cubyz:chalk/purple",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/red",
|
|
.log = "cubyz:chalk/red",
|
|
.top = "cubyz:chalk/red",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/violet",
|
|
.log = "cubyz:chalk/violet",
|
|
.top = "cubyz:chalk/violet",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/viridian",
|
|
.log = "cubyz:chalk/viridian",
|
|
.top = "cubyz:chalk/viridian",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/white",
|
|
.log = "cubyz:chalk/white",
|
|
.top = "cubyz:chalk/white",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
.{
|
|
.id = "cubyz:simple_tree",
|
|
.leaves = "cubyz:glass/yellow",
|
|
.log = "cubyz:chalk/yellow",
|
|
.top = "cubyz:chalk/yellow",
|
|
.chance = 0.008,
|
|
.type = .round,
|
|
.height = 10,
|
|
.height_variation = 5,
|
|
.leafRadius = 3,
|
|
.leafRadius_variation = 3,
|
|
},
|
|
},
|
|
}
|