Remove hollow mushroom

This commit is contained in:
codemob-dev 2025-07-26 16:48:32 -04:00
parent d69047108d
commit 2b436e87e2
10 changed files with 0 additions and 24 deletions

View File

@ -8,7 +8,6 @@
.{.structure = "cubyz:mushroom/big/toadstool/base/3"},
.{.structure = "cubyz:mushroom/big/toadstool/base/4"},
.{.structure = "cubyz:mushroom/big/toadstool/base/5"},
.{.structure = "cubyz:mushroom/big/toadstool/base/6"},
},
},
}

View File

@ -1,23 +0,0 @@
.{
.blueprint = "cubyz:mushroom/big/toadstool/base/6",
.children = .{
.white = .{
.{.structure = "cubyz:mushroom/big/toadstool/large_cap"},
},
.crimson = {
.{.structure = "cubyz:mushroom/big/toadstool/branch/red0", chance = 0.125},
.{.structure = "cubyz:mushroom/big/toadstool/branch/red1", chance = 0.125},
.{.structure = null, chance = 0.75},
},
.green = {
.{.structure = "cubyz:mushroom/big/toadstool/branch/green0", chance = 0.125},
.{.structure = "cubyz:mushroom/big/toadstool/branch/green1", chance = 0.125},
.{.structure = null, chance = 0.75},
},
.blue = {
.{.structure = "cubyz:mushroom/big/toadstool/branch/blue0", chance = 0.125},
.{.structure = "cubyz:mushroom/big/toadstool/branch/blue1", chance = 0.125},
.{.structure = null, chance = 0.75},
},
},
}

BIN
blueprints/0.blp Normal file

Binary file not shown.

BIN
blueprints/1.blp Normal file

Binary file not shown.

BIN
blueprints/2.blp Normal file

Binary file not shown.

BIN
blueprints/3.blp Normal file

Binary file not shown.

BIN
blueprints/4.blp Normal file

Binary file not shown.

BIN
blueprints/5.blp Normal file

Binary file not shown.