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, .blockHealth = 0.2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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