better boletes

This commit is contained in:
codemob-dev 2025-07-25 17:34:27 -04:00
parent 23db06f7ed
commit c90c464899
23 changed files with 52 additions and 26 deletions

View File

@ -3,9 +3,9 @@
.maxHeight = -512, .maxHeight = -512,
.minHeight = -48250, .minHeight = -48250,
.chance = 0.15, .chance = 0.22,
.caves = -0.05, .caves = -0.015,
.music = "cubyz:la_kubisa_caverna", .music = "cubyz:la_kubisa_caverna",
.stoneBlock = "cubyz:stone", .stoneBlock = "cubyz:stone",
@ -26,12 +26,12 @@
.id = "cubyz:sbb", .id = "cubyz:sbb",
.structure = "cubyz:mushroom/big/bolete/base", .structure = "cubyz:mushroom/big/bolete/base",
.placeMode = .degradable, .placeMode = .degradable,
.chance = 0.2, .chance = 0.15,
}, },
.{ .{
.id = "cubyz:flower_patch", .id = "cubyz:flower_patch",
.block = "cubyz:bolete", .block = "cubyz:bolete",
.chance = 0.15, .chance = 0.1,
.width = 8, .width = 8,
.variation = 4, .variation = 4,
.density = 0.06, .density = 0.06,

View File

@ -1,10 +1,12 @@
.{ .{
.blueprint = "cubyz:mushroom/big/bolete/base", .blueprint = "cubyz:mushroom/big/bolete/empty",
.children = .{ .children = .{
.white = .{ .white = .{
.{.structure = "cubyz:mushroom/big/bolete/stem_segment"}, .{.structure = "cubyz:mushroom/big/bolete/base/0"},
.{.structure = "cubyz:mushroom/big/bolete/cap"}, .{.structure = "cubyz:mushroom/big/bolete/base/1"},
.{.structure = "cubyz:mushroom/big/bolete/split"}, .{.structure = "cubyz:mushroom/big/bolete/base/2"},
.{.structure = "cubyz:mushroom/big/bolete/base/3"},
.{.structure = "cubyz:mushroom/big/bolete/base/4"},
}, },
}, },
} }

Binary file not shown.

View File

@ -0,0 +1,8 @@
.{
.blueprint = "cubyz:mushroom/big/bolete/base/0",
.children = .{
.white = .{
.{.structure = "cubyz:mushroom/big/bolete/cap"},
},
},
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
.{
.blueprint = "cubyz:mushroom/big/bolete/base/1",
.children = .{
.white = .{
.{.structure = "cubyz:mushroom/big/bolete/cap"},
},
},
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
.{
.blueprint = "cubyz:mushroom/big/bolete/base/2",
.children = .{
.white = .{
.{.structure = "cubyz:mushroom/big/bolete/cap"},
},
},
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
.{
.blueprint = "cubyz:mushroom/big/bolete/base/3",
.children = .{
.white = .{
.{.structure = "cubyz:mushroom/big/bolete/cap"},
},
},
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
.{
.blueprint = "cubyz:mushroom/big/bolete/base/4",
.children = .{
.white = .{
.{.structure = "cubyz:mushroom/big/bolete/cap"},
},
},
}

View File

@ -5,6 +5,8 @@
.{.structure = "cubyz:mushroom/big/bolete/cap/0"}, .{.structure = "cubyz:mushroom/big/bolete/cap/0"},
.{.structure = "cubyz:mushroom/big/bolete/cap/1"}, .{.structure = "cubyz:mushroom/big/bolete/cap/1"},
.{.structure = "cubyz:mushroom/big/bolete/cap/2"}, .{.structure = "cubyz:mushroom/big/bolete/cap/2"},
.{.structure = "cubyz:mushroom/big/bolete/cap/3"},
.{.structure = "cubyz:mushroom/big/bolete/cap/4"},
}, },
}, },
} }

Binary file not shown.

Binary file not shown.

View File

@ -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"},
},
},
}

View File

@ -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"},
},
},
}