diff --git a/assets/cubyz/biomes/cave/bolete_big.zig.zon b/assets/cubyz/biomes/cave/bolete_big.zig.zon index ab0f8eff..df6e93c6 100644 --- a/assets/cubyz/biomes/cave/bolete_big.zig.zon +++ b/assets/cubyz/biomes/cave/bolete_big.zig.zon @@ -3,9 +3,9 @@ .maxHeight = -512, .minHeight = -48250, - .chance = 0.15, + .chance = 0.22, - .caves = -0.05, + .caves = -0.015, .music = "cubyz:la_kubisa_caverna", .stoneBlock = "cubyz:stone", @@ -26,12 +26,12 @@ .id = "cubyz:sbb", .structure = "cubyz:mushroom/big/bolete/base", .placeMode = .degradable, - .chance = 0.2, + .chance = 0.15, }, .{ .id = "cubyz:flower_patch", .block = "cubyz:bolete", - .chance = 0.15, + .chance = 0.1, .width = 8, .variation = 4, .density = 0.06, diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base.blp b/assets/cubyz/sbb/mushroom/big/bolete/base.blp deleted file mode 100644 index f1cebc6c..00000000 Binary files a/assets/cubyz/sbb/mushroom/big/bolete/base.blp and /dev/null differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base.zig.zon b/assets/cubyz/sbb/mushroom/big/bolete/base.zig.zon index ec4dfaf5..c2f815ce 100644 --- a/assets/cubyz/sbb/mushroom/big/bolete/base.zig.zon +++ b/assets/cubyz/sbb/mushroom/big/bolete/base.zig.zon @@ -1,10 +1,12 @@ .{ - .blueprint = "cubyz:mushroom/big/bolete/base", + .blueprint = "cubyz:mushroom/big/bolete/empty", .children = .{ .white = .{ - .{.structure = "cubyz:mushroom/big/bolete/stem_segment"}, - .{.structure = "cubyz:mushroom/big/bolete/cap"}, - .{.structure = "cubyz:mushroom/big/bolete/split"}, + .{.structure = "cubyz:mushroom/big/bolete/base/0"}, + .{.structure = "cubyz:mushroom/big/bolete/base/1"}, + .{.structure = "cubyz:mushroom/big/bolete/base/2"}, + .{.structure = "cubyz:mushroom/big/bolete/base/3"}, + .{.structure = "cubyz:mushroom/big/bolete/base/4"}, }, }, } diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base/0.blp b/assets/cubyz/sbb/mushroom/big/bolete/base/0.blp new file mode 100644 index 00000000..d8d0d53a Binary files /dev/null and b/assets/cubyz/sbb/mushroom/big/bolete/base/0.blp differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base/0.zig.zon b/assets/cubyz/sbb/mushroom/big/bolete/base/0.zig.zon new file mode 100644 index 00000000..5871b9e1 --- /dev/null +++ b/assets/cubyz/sbb/mushroom/big/bolete/base/0.zig.zon @@ -0,0 +1,8 @@ +.{ + .blueprint = "cubyz:mushroom/big/bolete/base/0", + .children = .{ + .white = .{ + .{.structure = "cubyz:mushroom/big/bolete/cap"}, + }, + }, +} diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base/1.blp b/assets/cubyz/sbb/mushroom/big/bolete/base/1.blp new file mode 100644 index 00000000..80d93373 Binary files /dev/null and b/assets/cubyz/sbb/mushroom/big/bolete/base/1.blp differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base/1.zig.zon b/assets/cubyz/sbb/mushroom/big/bolete/base/1.zig.zon new file mode 100644 index 00000000..adb9a45e --- /dev/null +++ b/assets/cubyz/sbb/mushroom/big/bolete/base/1.zig.zon @@ -0,0 +1,8 @@ +.{ + .blueprint = "cubyz:mushroom/big/bolete/base/1", + .children = .{ + .white = .{ + .{.structure = "cubyz:mushroom/big/bolete/cap"}, + }, + }, +} diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base/2.blp b/assets/cubyz/sbb/mushroom/big/bolete/base/2.blp new file mode 100644 index 00000000..229ad8a4 Binary files /dev/null and b/assets/cubyz/sbb/mushroom/big/bolete/base/2.blp differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base/2.zig.zon b/assets/cubyz/sbb/mushroom/big/bolete/base/2.zig.zon new file mode 100644 index 00000000..a241d7e3 --- /dev/null +++ b/assets/cubyz/sbb/mushroom/big/bolete/base/2.zig.zon @@ -0,0 +1,8 @@ +.{ + .blueprint = "cubyz:mushroom/big/bolete/base/2", + .children = .{ + .white = .{ + .{.structure = "cubyz:mushroom/big/bolete/cap"}, + }, + }, +} diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base/3.blp b/assets/cubyz/sbb/mushroom/big/bolete/base/3.blp new file mode 100644 index 00000000..1739d6dc Binary files /dev/null and b/assets/cubyz/sbb/mushroom/big/bolete/base/3.blp differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base/3.zig.zon b/assets/cubyz/sbb/mushroom/big/bolete/base/3.zig.zon new file mode 100644 index 00000000..22f066d0 --- /dev/null +++ b/assets/cubyz/sbb/mushroom/big/bolete/base/3.zig.zon @@ -0,0 +1,8 @@ +.{ + .blueprint = "cubyz:mushroom/big/bolete/base/3", + .children = .{ + .white = .{ + .{.structure = "cubyz:mushroom/big/bolete/cap"}, + }, + }, +} diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base/4.blp b/assets/cubyz/sbb/mushroom/big/bolete/base/4.blp new file mode 100644 index 00000000..726d23ca Binary files /dev/null and b/assets/cubyz/sbb/mushroom/big/bolete/base/4.blp differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/base/4.zig.zon b/assets/cubyz/sbb/mushroom/big/bolete/base/4.zig.zon new file mode 100644 index 00000000..fe05c9fc --- /dev/null +++ b/assets/cubyz/sbb/mushroom/big/bolete/base/4.zig.zon @@ -0,0 +1,8 @@ +.{ + .blueprint = "cubyz:mushroom/big/bolete/base/4", + .children = .{ + .white = .{ + .{.structure = "cubyz:mushroom/big/bolete/cap"}, + }, + }, +} diff --git a/assets/cubyz/sbb/mushroom/big/bolete/cap.zig.zon b/assets/cubyz/sbb/mushroom/big/bolete/cap.zig.zon index ff30783b..0afd81c0 100644 --- a/assets/cubyz/sbb/mushroom/big/bolete/cap.zig.zon +++ b/assets/cubyz/sbb/mushroom/big/bolete/cap.zig.zon @@ -5,6 +5,8 @@ .{.structure = "cubyz:mushroom/big/bolete/cap/0"}, .{.structure = "cubyz:mushroom/big/bolete/cap/1"}, .{.structure = "cubyz:mushroom/big/bolete/cap/2"}, + .{.structure = "cubyz:mushroom/big/bolete/cap/3"}, + .{.structure = "cubyz:mushroom/big/bolete/cap/4"}, }, }, } diff --git a/assets/cubyz/sbb/mushroom/big/bolete/cap/0.blp b/assets/cubyz/sbb/mushroom/big/bolete/cap/0.blp index ab146789..4a88ae80 100644 Binary files a/assets/cubyz/sbb/mushroom/big/bolete/cap/0.blp and b/assets/cubyz/sbb/mushroom/big/bolete/cap/0.blp differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/cap/1.blp b/assets/cubyz/sbb/mushroom/big/bolete/cap/1.blp index 0c90508c..b7094ee2 100644 Binary files a/assets/cubyz/sbb/mushroom/big/bolete/cap/1.blp and b/assets/cubyz/sbb/mushroom/big/bolete/cap/1.blp differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/cap/2.blp b/assets/cubyz/sbb/mushroom/big/bolete/cap/2.blp index 96fa5bb5..c0f8feaa 100644 Binary files a/assets/cubyz/sbb/mushroom/big/bolete/cap/2.blp and b/assets/cubyz/sbb/mushroom/big/bolete/cap/2.blp differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/cap/3.blp b/assets/cubyz/sbb/mushroom/big/bolete/cap/3.blp new file mode 100644 index 00000000..787b3b9b Binary files /dev/null and b/assets/cubyz/sbb/mushroom/big/bolete/cap/3.blp differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/cap/4.blp b/assets/cubyz/sbb/mushroom/big/bolete/cap/4.blp new file mode 100644 index 00000000..8d682226 Binary files /dev/null and b/assets/cubyz/sbb/mushroom/big/bolete/cap/4.blp differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/split.blp b/assets/cubyz/sbb/mushroom/big/bolete/split.blp deleted file mode 100644 index 9ba32132..00000000 Binary files a/assets/cubyz/sbb/mushroom/big/bolete/split.blp and /dev/null differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/split.zig.zon b/assets/cubyz/sbb/mushroom/big/bolete/split.zig.zon deleted file mode 100644 index 61a9025e..00000000 --- a/assets/cubyz/sbb/mushroom/big/bolete/split.zig.zon +++ /dev/null @@ -1,9 +0,0 @@ -.{ - .blueprint = "cubyz:mushroom/big/bolete/split", - .children = .{ - .white = .{ - .{.structure = "cubyz:mushroom/big/bolete/stem_segment"}, - .{.structure = "cubyz:mushroom/big/bolete/cap"}, - }, - }, -} diff --git a/assets/cubyz/sbb/mushroom/big/bolete/stem_segment.blp b/assets/cubyz/sbb/mushroom/big/bolete/stem_segment.blp deleted file mode 100644 index 4d7049d6..00000000 Binary files a/assets/cubyz/sbb/mushroom/big/bolete/stem_segment.blp and /dev/null differ diff --git a/assets/cubyz/sbb/mushroom/big/bolete/stem_segment.zig.zon b/assets/cubyz/sbb/mushroom/big/bolete/stem_segment.zig.zon deleted file mode 100644 index c055d06a..00000000 --- a/assets/cubyz/sbb/mushroom/big/bolete/stem_segment.zig.zon +++ /dev/null @@ -1,9 +0,0 @@ -.{ - .blueprint = "cubyz:mushroom/big/bolete/stem_segment", - .children = .{ - .white = .{ - .{.structure = "cubyz:mushroom/big/bolete/stem_segment"}, - .{.structure = "cubyz:mushroom/big/bolete/cap"}, - }, - }, -}