mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-08 19:50:23 -04:00
Make mushrooms degradable
This commit is contained in:
parent
c06e2c4673
commit
05ab8a4a5b
@ -6,6 +6,7 @@
|
|||||||
},
|
},
|
||||||
.solid = false,
|
.solid = false,
|
||||||
.viewThrough = true,
|
.viewThrough = true,
|
||||||
|
.degradable = true,
|
||||||
.absorbedLight = 0x010101,
|
.absorbedLight = 0x010101,
|
||||||
.collide = false,
|
.collide = false,
|
||||||
.rotation = .torch,
|
.rotation = .torch,
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
.{.items = .{.auto}},
|
.{.items = .{.auto}},
|
||||||
},
|
},
|
||||||
.solid = false,
|
.solid = false,
|
||||||
|
.degradable = true,
|
||||||
.viewThrough = true,
|
.viewThrough = true,
|
||||||
.absorbedLight = 0x010101,
|
.absorbedLight = 0x010101,
|
||||||
.emittedLight = 0x392862,
|
.emittedLight = 0x392862,
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
.{.items = .{.auto}},
|
.{.items = .{.auto}},
|
||||||
},
|
},
|
||||||
.solid = false,
|
.solid = false,
|
||||||
|
.degradable = true,
|
||||||
.viewThrough = true,
|
.viewThrough = true,
|
||||||
.absorbedLight = 0x010101,
|
.absorbedLight = 0x010101,
|
||||||
.collide = false,
|
.collide = false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user