mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
Merge 599bf1c9d7b6253560ed2865c501b95e960ca5f9 into 90375b871a67e896ff22400914ae0f3753369154
This commit is contained in:
commit
577c9315e6
47
assets/cubyz/biomes/cave/bolete_big.zig.zon
Normal file
47
assets/cubyz/biomes/cave/bolete_big.zig.zon
Normal 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,
|
||||
},
|
||||
},
|
||||
}
|
12
assets/cubyz/sbb/mushroom/big/bolete/base.zig.zon
Normal file
12
assets/cubyz/sbb/mushroom/big/bolete/base.zig.zon
Normal 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},
|
||||
},
|
||||
},
|
||||
}
|
BIN
assets/cubyz/sbb/mushroom/big/bolete/base/0.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/big/bolete/base/0.blp
Normal file
Binary file not shown.
8
assets/cubyz/sbb/mushroom/big/bolete/base/0.zig.zon
Normal file
8
assets/cubyz/sbb/mushroom/big/bolete/base/0.zig.zon
Normal file
@ -0,0 +1,8 @@
|
||||
.{
|
||||
.blueprint = "cubyz:mushroom/big/bolete/base/0",
|
||||
.children = .{
|
||||
.white = .{
|
||||
.{.structure = "cubyz:mushroom/big/bolete/cap"},
|
||||
},
|
||||
},
|
||||
}
|
BIN
assets/cubyz/sbb/mushroom/big/bolete/base/1.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/big/bolete/base/1.blp
Normal file
Binary file not shown.
8
assets/cubyz/sbb/mushroom/big/bolete/base/1.zig.zon
Normal file
8
assets/cubyz/sbb/mushroom/big/bolete/base/1.zig.zon
Normal file
@ -0,0 +1,8 @@
|
||||
.{
|
||||
.blueprint = "cubyz:mushroom/big/bolete/base/1",
|
||||
.children = .{
|
||||
.white = .{
|
||||
.{.structure = "cubyz:mushroom/big/bolete/cap"},
|
||||
},
|
||||
},
|
||||
}
|
BIN
assets/cubyz/sbb/mushroom/big/bolete/base/2.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/big/bolete/base/2.blp
Normal file
Binary file not shown.
8
assets/cubyz/sbb/mushroom/big/bolete/base/2.zig.zon
Normal file
8
assets/cubyz/sbb/mushroom/big/bolete/base/2.zig.zon
Normal file
@ -0,0 +1,8 @@
|
||||
.{
|
||||
.blueprint = "cubyz:mushroom/big/bolete/base/2",
|
||||
.children = .{
|
||||
.white = .{
|
||||
.{.structure = "cubyz:mushroom/big/bolete/cap"},
|
||||
},
|
||||
},
|
||||
}
|
BIN
assets/cubyz/sbb/mushroom/big/bolete/base/3.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/big/bolete/base/3.blp
Normal file
Binary file not shown.
8
assets/cubyz/sbb/mushroom/big/bolete/base/3.zig.zon
Normal file
8
assets/cubyz/sbb/mushroom/big/bolete/base/3.zig.zon
Normal file
@ -0,0 +1,8 @@
|
||||
.{
|
||||
.blueprint = "cubyz:mushroom/big/bolete/base/3",
|
||||
.children = .{
|
||||
.white = .{
|
||||
.{.structure = "cubyz:mushroom/big/bolete/cap"},
|
||||
},
|
||||
},
|
||||
}
|
BIN
assets/cubyz/sbb/mushroom/big/bolete/base/4.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/big/bolete/base/4.blp
Normal file
Binary file not shown.
8
assets/cubyz/sbb/mushroom/big/bolete/base/4.zig.zon
Normal file
8
assets/cubyz/sbb/mushroom/big/bolete/base/4.zig.zon
Normal file
@ -0,0 +1,8 @@
|
||||
.{
|
||||
.blueprint = "cubyz:mushroom/big/bolete/base/4",
|
||||
.children = .{
|
||||
.white = .{
|
||||
.{.structure = "cubyz:mushroom/big/bolete/cap"},
|
||||
},
|
||||
},
|
||||
}
|
12
assets/cubyz/sbb/mushroom/big/bolete/cap.zig.zon
Normal file
12
assets/cubyz/sbb/mushroom/big/bolete/cap.zig.zon
Normal 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"},
|
||||
},
|
||||
},
|
||||
}
|
BIN
assets/cubyz/sbb/mushroom/big/bolete/cap/0.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/big/bolete/cap/0.blp
Normal file
Binary file not shown.
BIN
assets/cubyz/sbb/mushroom/big/bolete/cap/1.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/big/bolete/cap/1.blp
Normal file
Binary file not shown.
BIN
assets/cubyz/sbb/mushroom/big/bolete/cap/2.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/big/bolete/cap/2.blp
Normal file
Binary file not shown.
BIN
assets/cubyz/sbb/mushroom/big/bolete/cap/3.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/big/bolete/cap/3.blp
Normal file
Binary file not shown.
BIN
assets/cubyz/sbb/mushroom/big/bolete/cap/4.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/big/bolete/cap/4.blp
Normal file
Binary file not shown.
BIN
assets/cubyz/sbb/mushroom/big/bolete/empty.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/big/bolete/empty.blp
Normal file
Binary file not shown.
8
assets/cubyz/sbb/mushroom/big/bolete/empty.zig.zon
Normal file
8
assets/cubyz/sbb/mushroom/big/bolete/empty.zig.zon
Normal file
@ -0,0 +1,8 @@
|
||||
.{
|
||||
.blueprint = "cubyz:mushroom/big/bolete/empty",
|
||||
.children = .{
|
||||
.white = .{
|
||||
.{.structure = null},
|
||||
},
|
||||
},
|
||||
}
|
15
assets/cubyz/sbb/mushroom/small/bolete/base.zig.zon
Normal file
15
assets/cubyz/sbb/mushroom/small/bolete/base.zig.zon
Normal 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"},
|
||||
},
|
||||
},
|
||||
}
|
BIN
assets/cubyz/sbb/mushroom/small/bolete/empty.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/small/bolete/empty.blp
Normal file
Binary file not shown.
8
assets/cubyz/sbb/mushroom/small/bolete/empty.zig.zon
Normal file
8
assets/cubyz/sbb/mushroom/small/bolete/empty.zig.zon
Normal file
@ -0,0 +1,8 @@
|
||||
.{
|
||||
.blueprint = "cubyz:mushroom/big/bolete/empty",
|
||||
.children = .{
|
||||
.white = .{
|
||||
.{.structure = null},
|
||||
},
|
||||
},
|
||||
}
|
BIN
assets/cubyz/sbb/mushroom/small/bolete/variant/0.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/small/bolete/variant/0.blp
Normal file
Binary file not shown.
BIN
assets/cubyz/sbb/mushroom/small/bolete/variant/1.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/small/bolete/variant/1.blp
Normal file
Binary file not shown.
BIN
assets/cubyz/sbb/mushroom/small/bolete/variant/2.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/small/bolete/variant/2.blp
Normal file
Binary file not shown.
BIN
assets/cubyz/sbb/mushroom/small/bolete/variant/3.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/small/bolete/variant/3.blp
Normal file
Binary file not shown.
BIN
assets/cubyz/sbb/mushroom/small/bolete/variant/4.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/small/bolete/variant/4.blp
Normal file
Binary file not shown.
BIN
assets/cubyz/sbb/mushroom/small/bolete/variant/5.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/small/bolete/variant/5.blp
Normal file
Binary file not shown.
BIN
assets/cubyz/sbb/mushroom/small/bolete/variant/6.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/small/bolete/variant/6.blp
Normal file
Binary file not shown.
BIN
assets/cubyz/sbb/mushroom/small/bolete/variant/7.blp
Normal file
BIN
assets/cubyz/sbb/mushroom/small/bolete/variant/7.blp
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user