mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 19:28:49 -04:00
Made marble a material
This commit is contained in:
parent
3bead46293
commit
599d6bdb52
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user