Cubyz/assets/cubyz/blocks/bolete_branch.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

31 lines
672 B
Zig

.{
.tags = .{.wood},
.blockHealth = 2,
.drops = .{
.{.items = .{.auto}},
},
.absorbedLight = 0x202830,
.rotation = .branch,
.model = .{
.radius = 4,
},
.texture0 = "cubyz:branch/bolete/dot",
.texture1 = "cubyz:branch/bolete/half_line",
.texture2 = "cubyz:branch/bolete/line",
.texture3 = "cubyz:branch/bolete/bend",
.texture4 = "cubyz:branch/bolete/intersection",
.texture5 = "cubyz:branch/bolete/cross",
.item = .{
.material = .{
.density = 0.6,
.elasticity = 4.0,
.hardness = 1.7,
.textureRoughness = 0.5,
.colors = .{
0xff9f7853, 0xffb38e65, 0xffcba275, 0xffe5b885, 0xffe5b885,
},
},
.texture = "branch/bolete.png",
},
}