diff --git a/assets/cubyz/sbb/mushroom/big/toadstool/base.zig.zon b/assets/cubyz/sbb/mushroom/big/toadstool/base.zig.zon index 6203cf3f..f09946b0 100644 --- a/assets/cubyz/sbb/mushroom/big/toadstool/base.zig.zon +++ b/assets/cubyz/sbb/mushroom/big/toadstool/base.zig.zon @@ -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"}, }, }, } diff --git a/assets/cubyz/sbb/mushroom/big/toadstool/base/0.blp b/assets/cubyz/sbb/mushroom/big/toadstool/base/0.blp index fb25e6ab..2d841c61 100644 Binary files a/assets/cubyz/sbb/mushroom/big/toadstool/base/0.blp and b/assets/cubyz/sbb/mushroom/big/toadstool/base/0.blp differ diff --git a/assets/cubyz/sbb/mushroom/big/toadstool/base/6.zig.zon b/assets/cubyz/sbb/mushroom/big/toadstool/base/6.zig.zon deleted file mode 100644 index 06fb30b3..00000000 --- a/assets/cubyz/sbb/mushroom/big/toadstool/base/6.zig.zon +++ /dev/null @@ -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}, - }, - }, -} diff --git a/blueprints/0.blp b/blueprints/0.blp new file mode 100644 index 00000000..fb25e6ab Binary files /dev/null and b/blueprints/0.blp differ diff --git a/blueprints/1.blp b/blueprints/1.blp new file mode 100644 index 00000000..9c907a1c Binary files /dev/null and b/blueprints/1.blp differ diff --git a/blueprints/2.blp b/blueprints/2.blp new file mode 100644 index 00000000..f39d4790 Binary files /dev/null and b/blueprints/2.blp differ diff --git a/blueprints/3.blp b/blueprints/3.blp new file mode 100644 index 00000000..34b146b9 Binary files /dev/null and b/blueprints/3.blp differ diff --git a/blueprints/4.blp b/blueprints/4.blp new file mode 100644 index 00000000..66fb4398 Binary files /dev/null and b/blueprints/4.blp differ diff --git a/blueprints/5.blp b/blueprints/5.blp new file mode 100644 index 00000000..650da9d8 Binary files /dev/null and b/blueprints/5.blp differ diff --git a/assets/cubyz/sbb/mushroom/big/toadstool/base/6.blp b/blueprints/6.blp similarity index 100% rename from assets/cubyz/sbb/mushroom/big/toadstool/base/6.blp rename to blueprints/6.blp