diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base.zig.zon b/assets/cubyz/sbb/mushroom/big/bolete/base.zig.zon index 6783f3e6..e976ec09 100644 --- a/assets/cubyz/sbb/mushroom/big/bolete/base.zig.zon +++ b/assets/cubyz/sbb/mushroom/big/bolete/base.zig.zon @@ -6,8 +6,7 @@ .{.structure = "cubyz:mushroom/big/bolete/base/1", .chance = 1}, .{.structure = "cubyz:mushroom/big/bolete/base/2", .chance = 1}, .{.structure = "cubyz:mushroom/big/bolete/base/3", .chance = 1}, - .{.structure = "cubyz:mushroom/big/bolete/base/4", .chance = 1}, - .{.structure = "cubyz:mushroom/big/bolete/base/5", .chance = 0.15}, + .{.structure = "cubyz:mushroom/big/bolete/base/4", .chance = 0.1}, }, }, } diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base/0.blp b/assets/cubyz/sbb/mushroom/big/bolete/base/0.blp index d8d0d53a..0a4f6634 100644 Binary files a/assets/cubyz/sbb/mushroom/big/bolete/base/0.blp and b/assets/cubyz/sbb/mushroom/big/bolete/base/0.blp differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base/1.blp b/assets/cubyz/sbb/mushroom/big/bolete/base/1.blp index 80d93373..8741c29f 100644 Binary files a/assets/cubyz/sbb/mushroom/big/bolete/base/1.blp and b/assets/cubyz/sbb/mushroom/big/bolete/base/1.blp differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base/2.blp b/assets/cubyz/sbb/mushroom/big/bolete/base/2.blp index 229ad8a4..1c1215c9 100644 Binary files a/assets/cubyz/sbb/mushroom/big/bolete/base/2.blp and b/assets/cubyz/sbb/mushroom/big/bolete/base/2.blp differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base/3.blp b/assets/cubyz/sbb/mushroom/big/bolete/base/3.blp index 1739d6dc..0cf5298c 100644 Binary files a/assets/cubyz/sbb/mushroom/big/bolete/base/3.blp and b/assets/cubyz/sbb/mushroom/big/bolete/base/3.blp differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base/4.blp b/assets/cubyz/sbb/mushroom/big/bolete/base/4.blp index 726d23ca..ddca6489 100644 Binary files a/assets/cubyz/sbb/mushroom/big/bolete/base/4.blp and b/assets/cubyz/sbb/mushroom/big/bolete/base/4.blp differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base/5.blp b/assets/cubyz/sbb/mushroom/big/bolete/base/5.blp deleted file mode 100644 index f310c646..00000000 Binary files a/assets/cubyz/sbb/mushroom/big/bolete/base/5.blp and /dev/null differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base/5.zig.zon b/assets/cubyz/sbb/mushroom/big/bolete/base/5.zig.zon deleted file mode 100644 index 5bbb66e5..00000000 --- a/assets/cubyz/sbb/mushroom/big/bolete/base/5.zig.zon +++ /dev/null @@ -1,8 +0,0 @@ -.{ - .blueprint = "cubyz:mushroom/big/bolete/base/5", - .children = .{ - .white = .{ - .{.structure = "cubyz:mushroom/big/bolete/cap"}, - }, - }, -}