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