Made marble a material

This commit is contained in:
ikabod-kee 2025-01-16 18:05:36 -05:00 committed by IntegratedQuantum
parent 3bead46293
commit 599d6bdb52

View File

@ -4,6 +4,17 @@
.drops = .{
.{.items = .{.auto}},
},
.item = .{
.material = .{
.density = 1.25,
.resistance = 0.7,
.power = 0.5,
.roughness = 0.5,
.colors = .{
0xffA89B94, 0xffC9C0BB, 0xffECE9E3, 0xffFBF8F1, 0xffECE9E3,
},
},
},
.rotation= .stairs,
.model= "cubyz:cube",
.texture= "cubyz:marble",