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
26 lines
471 B
Zig
26 lines
471 B
Zig
.{
|
|
.tags = .{.wood},
|
|
.blockHealth = 2.5,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.absorbedLight = 0x202830,
|
|
.rotation = .branch,
|
|
.model = "cubyz:branch",
|
|
.texture = "cubyz:cactus",
|
|
.item = .{
|
|
.material = .{
|
|
.density = 0.8,
|
|
.strength = 1.5,
|
|
.elasticity = 3.0,
|
|
.grip = -5.0,
|
|
.hardness = 1.5,
|
|
.textureRoughness = 0.7,
|
|
.colors = .{
|
|
0xff4f6923, 0xff687630, 0xff74842d, 0xff879b2e, 0xff74842d,
|
|
},
|
|
},
|
|
.texture = "cactus_arm.png",
|
|
},
|
|
}
|