Cubyz/assets/cubyz/blocks/pine_planks.zig.zon
IntegratedQuantum f41504f684
Tool reparammarametetrizatation (#1332)
* Change how to specify tool parameters

* Some mild reparammarametetrizatation and pickaxes now only have one relevant tip.

* Ignore properties that couldn't be found instead of assigning some default

* Remove grip and strength from materials

* Ensure that all woods can break all stones, but not copper, and ensure that all stones tipped woods can break copper.

Also increased weight damage slightly

* Reparammamaramamararara

* Update shover and axe (mostly copied from the pickaxe with less damage)

* Remove the unused FunctionType struct.

* Remove named slots from axe
2025-04-24 21:57:12 +02:00

23 lines
377 B
Zig

.{
.tags = .{.wood},
.blockHealth = 6,
.item = .{
.material = .{
.density = 0.5,
.elasticity = 2.5,
.hardness = 1.5,
.textureRoughness = 0.7,
.colors = .{
0xff533f27, 0xff664c2e, 0xff795a37, 0xff8c6b41, 0xffa37b46,
},
},
},
.drops = .{
.{.items = .{.auto}},
},
.model = "cubyz:cube",
.rotation = .stairs,
.texture = "cubyz:pine_planks",
}