Merge 599bf1c9d7b6253560ed2865c501b95e960ca5f9 into 90375b871a67e896ff22400914ae0f3753369154

This commit is contained in:
codemob 2025-08-02 14:47:38 +02:00 committed by GitHub
commit 577c9315e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
31 changed files with 142 additions and 0 deletions

View File

@ -0,0 +1,47 @@
.{
.isCave = true,
.maxHeight = -512,
.minHeight = -48250,
.chance = 0.22,
.caves = -0.015,
.music = "cubyz:la_kubisa_caverna",
.stoneBlock = "cubyz:stone",
.ground_structure = .{
"2 to 3 cubyz:soil",
},
.structures = .{
.{
.id = "cubyz:ground_patch",
.block = "cubyz:clay",
.chance = 0.3,
.width = 5,
.variation = 5,
.depth = 1,
.smoothness = 0.5,
},
.{
.id = "cubyz:sbb",
.structure = "cubyz:mushroom/big/bolete/base",
.placeMode = .degradable,
.chance = 0.15,
},
.{
.id = "cubyz:sbb",
.structure = "cubyz:mushroom/small/bolete/base",
.placeMode = .degradable,
.chance = 0.2,
},
.{
.id = "cubyz:flower_patch",
.block = "cubyz:bolete",
.chance = 0.1,
.width = 8,
.variation = 4,
.density = 0.06,
.priority = 0.1,
},
},
}

View File

@ -0,0 +1,12 @@
.{
.blueprint = "cubyz:mushroom/big/bolete/empty",
.children = .{
.white = .{
.{.structure = "cubyz:mushroom/big/bolete/base/0", .chance = 1},
.{.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 = 0.05},
},
},
}

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

@ -0,0 +1,12 @@
.{
.blueprint = "cubyz:mushroom/big/bolete/empty",
.children = .{
.white = .{
.{.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"},
},
},
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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

View File

@ -0,0 +1,15 @@
.{
.blueprint = "cubyz:mushroom/small/bolete/empty",
.children = .{
.white = .{
.{.structure = "cubyz:mushroom/small/bolete/variant/0"},
.{.structure = "cubyz:mushroom/small/bolete/variant/1"},
.{.structure = "cubyz:mushroom/small/bolete/variant/2"},
.{.structure = "cubyz:mushroom/small/bolete/variant/3"},
.{.structure = "cubyz:mushroom/small/bolete/variant/4"},
.{.structure = "cubyz:mushroom/small/bolete/variant/5"},
.{.structure = "cubyz:mushroom/small/bolete/variant/6"},
.{.structure = "cubyz:mushroom/small/bolete/variant/7"},
},
},
}

Binary file not shown.

View File

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.