mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
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:
parent
ab691cec73
commit
432e476d0f
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.cuttable},
|
||||
.tags = .{.cuttable, .mushroom},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.tags = .{.choppable, .cuttable, .mushroom},
|
||||
.blockHealth = 2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.tags = .{.choppable, .cuttable, .mushroom},
|
||||
.blockHealth = 3,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.tags = .{.choppable, .cuttable, .mushroom},
|
||||
.blockHealth = 4,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/bolete"}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.cuttable},
|
||||
.tags = .{.cuttable, .mushroom},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.tags = .{.choppable, .cuttable, .mushroom},
|
||||
.blockHealth = 2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.tags = .{.choppable, .cuttable, .mushroom},
|
||||
.blockHealth = 3,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.tags = .{.choppable, .cuttable, .mushroom},
|
||||
.blockHealth = 4,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/glimmergill"}},
|
||||
|
@ -1,4 +1,5 @@
|
||||
.{
|
||||
.tags = .{.cuttable, .mushroom},
|
||||
.texture0 = "cubyz:log/bolete/dot",
|
||||
.texture1 = "cubyz:log/bolete/line",
|
||||
.texture2 = "cubyz:log/bolete/bend",
|
||||
|
@ -1,4 +1,5 @@
|
||||
.{
|
||||
.tags = .{.cuttable, .mushroom},
|
||||
.texture0 = "cubyz:log/glimmergill/dot",
|
||||
.texture1 = "cubyz:log/glimmergill/line",
|
||||
.texture2 = "cubyz:log/glimmergill/bend",
|
||||
|
@ -1,4 +1,5 @@
|
||||
.{
|
||||
.tags = .{.cuttable, .mushroom},
|
||||
.texture0 = "cubyz:log/toadstool/dot",
|
||||
.texture1 = "cubyz:log/toadstool/line",
|
||||
.texture2 = "cubyz:log/toadstool/bend",
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.cuttable},
|
||||
.tags = .{.cuttable, .mushroom},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.tags = .{.choppable, .cuttable, .mushroom},
|
||||
.blockHealth = 2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.tags = .{.choppable, .cuttable, .mushroom},
|
||||
.blockHealth = 3,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.tags = .{.choppable, .cuttable, .mushroom},
|
||||
.blockHealth = 4,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/toadstool"}},
|
||||
|
Loading…
x
Reference in New Issue
Block a user