mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-08 11:44:21 -04:00
Made marble a material
This commit is contained in:
parent
3bead46293
commit
599d6bdb52
@ -4,6 +4,17 @@
|
|||||||
.drops = .{
|
.drops = .{
|
||||||
.{.items = .{.auto}},
|
.{.items = .{.auto}},
|
||||||
},
|
},
|
||||||
|
.item = .{
|
||||||
|
.material = .{
|
||||||
|
.density = 1.25,
|
||||||
|
.resistance = 0.7,
|
||||||
|
.power = 0.5,
|
||||||
|
.roughness = 0.5,
|
||||||
|
.colors = .{
|
||||||
|
0xffA89B94, 0xffC9C0BB, 0xffECE9E3, 0xffFBF8F1, 0xffECE9E3,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
.rotation= .stairs,
|
.rotation= .stairs,
|
||||||
.model= "cubyz:cube",
|
.model= "cubyz:cube",
|
||||||
.texture= "cubyz:marble",
|
.texture= "cubyz:marble",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user