Make mushrooms degradable

This commit is contained in:
IntegratedQuantum 2025-04-26 09:38:57 +02:00
parent c06e2c4673
commit 05ab8a4a5b
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
},
.solid = false,
.viewThrough = true,
.degradable = true,
.absorbedLight = 0x010101,
.collide = false,
.rotation = .torch,

View File

@ -5,6 +5,7 @@
.{.items = .{.auto}},
},
.solid = false,
.degradable = true,
.viewThrough = true,
.absorbedLight = 0x010101,
.emittedLight = 0x392862,

View File

@ -5,6 +5,7 @@
.{.items = .{.auto}},
},
.solid = false,
.degradable = true,
.viewThrough = true,
.absorbedLight = 0x010101,
.collide = false,