add .mushroom tag and make mushroom logs cuttable (#1717)

Added ".mushroom" tags suggested here #1713 
Also made the mushroom logs ".cuttable" to match the rest of the
mushroom blocks.
This commit is contained in:
EN 2025-07-24 10:49:17 -04:00 committed by GitHub
parent ab691cec73
commit 432e476d0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
15 changed files with 15 additions and 12 deletions

View File

@ -1,5 +1,5 @@
.{
.tags = .{.cuttable},
.tags = .{.cuttable, .mushroom},
.blockHealth = 0.2,
.drops = .{
.{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{
.tags = .{.choppable, .cuttable},
.tags = .{.choppable, .cuttable, .mushroom},
.blockHealth = 2,
.drops = .{
.{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{
.tags = .{.choppable, .cuttable},
.tags = .{.choppable, .cuttable, .mushroom},
.blockHealth = 3,
.drops = .{
.{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{
.tags = .{.choppable, .cuttable},
.tags = .{.choppable, .cuttable, .mushroom},
.blockHealth = 4,
.drops = .{
.{.items = .{"cubyz:log/bolete"}},

View File

@ -1,5 +1,5 @@
.{
.tags = .{.cuttable},
.tags = .{.cuttable, .mushroom},
.blockHealth = 0.2,
.drops = .{
.{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{
.tags = .{.choppable, .cuttable},
.tags = .{.choppable, .cuttable, .mushroom},
.blockHealth = 2,
.drops = .{
.{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{
.tags = .{.choppable, .cuttable},
.tags = .{.choppable, .cuttable, .mushroom},
.blockHealth = 3,
.drops = .{
.{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{
.tags = .{.choppable, .cuttable},
.tags = .{.choppable, .cuttable, .mushroom},
.blockHealth = 4,
.drops = .{
.{.items = .{"cubyz:log/glimmergill"}},

View File

@ -1,4 +1,5 @@
.{
.tags = .{.cuttable, .mushroom},
.texture0 = "cubyz:log/bolete/dot",
.texture1 = "cubyz:log/bolete/line",
.texture2 = "cubyz:log/bolete/bend",

View File

@ -1,4 +1,5 @@
.{
.tags = .{.cuttable, .mushroom},
.texture0 = "cubyz:log/glimmergill/dot",
.texture1 = "cubyz:log/glimmergill/line",
.texture2 = "cubyz:log/glimmergill/bend",

View File

@ -1,4 +1,5 @@
.{
.tags = .{.cuttable, .mushroom},
.texture0 = "cubyz:log/toadstool/dot",
.texture1 = "cubyz:log/toadstool/line",
.texture2 = "cubyz:log/toadstool/bend",

View File

@ -1,5 +1,5 @@
.{
.tags = .{.cuttable},
.tags = .{.cuttable, .mushroom},
.blockHealth = 0.2,
.drops = .{
.{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{
.tags = .{.choppable, .cuttable},
.tags = .{.choppable, .cuttable, .mushroom},
.blockHealth = 2,
.drops = .{
.{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{
.tags = .{.choppable, .cuttable},
.tags = .{.choppable, .cuttable, .mushroom},
.blockHealth = 3,
.drops = .{
.{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{
.tags = .{.choppable, .cuttable},
.tags = .{.choppable, .cuttable, .mushroom},
.blockHealth = 4,
.drops = .{
.{.items = .{"cubyz:log/toadstool"}},