Big mushroom blocks (#1299)
* Add big mushroom blocks, tweak mushrooms to match * Add mushroom branches, make glimmergill cap emissive, add recipes, material vals * Tweak blockHealth
32
assets/cubyz/blocks/bolete_branch.zig.zon
Normal file
@ -0,0 +1,32 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.blockHealth = 2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.absorbedLight = 0x202830,
|
||||
.rotation = .branch,
|
||||
.model = .{
|
||||
.radius = 4,
|
||||
},
|
||||
.texture0 = "cubyz:branch/bolete/dot",
|
||||
.texture1 = "cubyz:branch/bolete/half_line",
|
||||
.texture2 = "cubyz:branch/bolete/line",
|
||||
.texture3 = "cubyz:branch/bolete/bend",
|
||||
.texture4 = "cubyz:branch/bolete/intersection",
|
||||
.texture5 = "cubyz:branch/bolete/cross",
|
||||
.item = .{
|
||||
.material = .{
|
||||
.density = 0.6,
|
||||
.strength = 1.5,
|
||||
.elasticity = 4.0,
|
||||
.grip = 8.0,
|
||||
.hardness = 1.7,
|
||||
.textureRoughness = 0.5,
|
||||
.colors = .{
|
||||
0xff9f7853, 0xffb38e65, 0xffcba275, 0xffe5b885, 0xffe5b885,
|
||||
},
|
||||
},
|
||||
.texture = "branch/bolete.png",
|
||||
},
|
||||
}
|
9
assets/cubyz/blocks/bolete_cap.zig.zon
Normal file
@ -0,0 +1,9 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.blockHealth = 3,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:bolete_cap",
|
||||
}
|
10
assets/cubyz/blocks/bolete_stem.zig.zon
Normal file
@ -0,0 +1,10 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.blockHealth = 4,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .log,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:bolete_stem",
|
||||
}
|
32
assets/cubyz/blocks/glimmergill_branch.zig.zon
Normal file
@ -0,0 +1,32 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.blockHealth = 2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.absorbedLight = 0x202830,
|
||||
.rotation = .branch,
|
||||
.model = .{
|
||||
.radius = 4,
|
||||
},
|
||||
.texture0 = "cubyz:branch/glimmergill/dot",
|
||||
.texture1 = "cubyz:branch/glimmergill/half_line",
|
||||
.texture2 = "cubyz:branch/glimmergill/line",
|
||||
.texture3 = "cubyz:branch/glimmergill/bend",
|
||||
.texture4 = "cubyz:branch/glimmergill/intersection",
|
||||
.texture5 = "cubyz:branch/glimmergill/cross",
|
||||
.item = .{
|
||||
.material = .{
|
||||
.density = 0.8,
|
||||
.strength = 2.0,
|
||||
.elasticity = 4.5,
|
||||
.grip = 8.0,
|
||||
.hardness = 2.5,
|
||||
.textureRoughness = 0.5,
|
||||
.colors = .{
|
||||
0xff4a3570, 0xff564085, 0xff684a97, 0xff7555b2, 0xff7555b2,
|
||||
},
|
||||
},
|
||||
.texture = "branch/glimmergill.png",
|
||||
},
|
||||
}
|
10
assets/cubyz/blocks/glimmergill_cap.zig.zon
Normal file
@ -0,0 +1,10 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.blockHealth = 3,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.model = "cubyz:cube",
|
||||
.emittedLight = 0x594587,
|
||||
.texture = "cubyz:glimmergill_cap",
|
||||
}
|
10
assets/cubyz/blocks/glimmergill_stem.zig.zon
Normal file
@ -0,0 +1,10 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.blockHealth = 4,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .log,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glimmergill_stem",
|
||||
}
|
Before Width: | Height: | Size: 288 B After Width: | Height: | Size: 292 B |
BIN
assets/cubyz/blocks/textures/bolete_cap.png
Normal file
After Width: | Height: | Size: 328 B |
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 198 B |
BIN
assets/cubyz/blocks/textures/bolete_stem.png
Normal file
After Width: | Height: | Size: 278 B |
BIN
assets/cubyz/blocks/textures/branch/bolete/bend.png
Normal file
After Width: | Height: | Size: 251 B |
BIN
assets/cubyz/blocks/textures/branch/bolete/cross.png
Normal file
After Width: | Height: | Size: 319 B |
BIN
assets/cubyz/blocks/textures/branch/bolete/dot.png
Normal file
After Width: | Height: | Size: 185 B |
BIN
assets/cubyz/blocks/textures/branch/bolete/half_line.png
Normal file
After Width: | Height: | Size: 220 B |
BIN
assets/cubyz/blocks/textures/branch/bolete/intersection.png
Normal file
After Width: | Height: | Size: 269 B |
BIN
assets/cubyz/blocks/textures/branch/bolete/line.png
Normal file
After Width: | Height: | Size: 250 B |
BIN
assets/cubyz/blocks/textures/branch/glimmergill/bend.png
Normal file
After Width: | Height: | Size: 273 B |
BIN
assets/cubyz/blocks/textures/branch/glimmergill/cross.png
Normal file
After Width: | Height: | Size: 315 B |
BIN
assets/cubyz/blocks/textures/branch/glimmergill/dot.png
Normal file
After Width: | Height: | Size: 193 B |
BIN
assets/cubyz/blocks/textures/branch/glimmergill/half_line.png
Normal file
After Width: | Height: | Size: 225 B |
BIN
assets/cubyz/blocks/textures/branch/glimmergill/intersection.png
Normal file
After Width: | Height: | Size: 281 B |
BIN
assets/cubyz/blocks/textures/branch/glimmergill/line.png
Normal file
After Width: | Height: | Size: 248 B |
BIN
assets/cubyz/blocks/textures/branch/toadstool/bend.png
Normal file
After Width: | Height: | Size: 250 B |
BIN
assets/cubyz/blocks/textures/branch/toadstool/cross.png
Normal file
After Width: | Height: | Size: 285 B |
BIN
assets/cubyz/blocks/textures/branch/toadstool/dot.png
Normal file
After Width: | Height: | Size: 174 B |
BIN
assets/cubyz/blocks/textures/branch/toadstool/half_line.png
Normal file
After Width: | Height: | Size: 237 B |
BIN
assets/cubyz/blocks/textures/branch/toadstool/intersection.png
Normal file
After Width: | Height: | Size: 253 B |
BIN
assets/cubyz/blocks/textures/branch/toadstool/line.png
Normal file
After Width: | Height: | Size: 251 B |
BIN
assets/cubyz/blocks/textures/glimmergill_cap.png
Normal file
After Width: | Height: | Size: 373 B |
BIN
assets/cubyz/blocks/textures/glimmergill_cap_emission.png
Normal file
After Width: | Height: | Size: 253 B |
BIN
assets/cubyz/blocks/textures/glimmergill_stem.png
Normal file
After Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 328 B |
BIN
assets/cubyz/blocks/textures/toadstool_cap.png
Normal file
After Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 355 B |
BIN
assets/cubyz/blocks/textures/toadstool_stem.png
Normal file
After Width: | Height: | Size: 291 B |
Before Width: | Height: | Size: 294 B After Width: | Height: | Size: 289 B |
32
assets/cubyz/blocks/toadstool_branch.zig.zon
Normal file
@ -0,0 +1,32 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.blockHealth = 2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.absorbedLight = 0x202830,
|
||||
.rotation = .branch,
|
||||
.model = .{
|
||||
.radius = 4,
|
||||
},
|
||||
.texture0 = "cubyz:branch/toadstool/dot",
|
||||
.texture1 = "cubyz:branch/toadstool/half_line",
|
||||
.texture2 = "cubyz:branch/toadstool/line",
|
||||
.texture3 = "cubyz:branch/toadstool/bend",
|
||||
.texture4 = "cubyz:branch/toadstool/intersection",
|
||||
.texture5 = "cubyz:branch/toadstool/cross",
|
||||
.item = .{
|
||||
.material = .{
|
||||
.density = 0.7,
|
||||
.strength = 1.7,
|
||||
.elasticity = 4.0,
|
||||
.grip = 7.5,
|
||||
.hardness = 1.8,
|
||||
.textureRoughness = 0.5,
|
||||
.colors = .{
|
||||
0xffa0876d, 0xffb99f82, 0xffd2b79b, 0xffeed4b4, 0xffeed4b4,
|
||||
},
|
||||
},
|
||||
.texture = "branch/toadstool.png",
|
||||
},
|
||||
}
|
9
assets/cubyz/blocks/toadstool_cap.zig.zon
Normal file
@ -0,0 +1,9 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.blockHealth = 3,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:toadstool_cap",
|
||||
}
|
10
assets/cubyz/blocks/toadstool_stem.zig.zon
Normal file
@ -0,0 +1,10 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.blockHealth = 4,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .log,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:toadstool_stem",
|
||||
}
|
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 295 B |
BIN
assets/cubyz/items/textures/branch/bolete.png
Normal file
After Width: | Height: | Size: 294 B |
BIN
assets/cubyz/items/textures/branch/glimmergill.png
Normal file
After Width: | Height: | Size: 287 B |
BIN
assets/cubyz/items/textures/branch/toadstool.png
Normal file
After Width: | Height: | Size: 281 B |
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 325 B |
@ -147,6 +147,18 @@
|
||||
.inputs = .{"cubyz:cactus"},
|
||||
.output = "2 cubyz:cactus_arm",
|
||||
},
|
||||
.{
|
||||
.inputs = .{"cubyz:bolete_stem"},
|
||||
.output = "2 cubyz:bolete_branch",
|
||||
},
|
||||
.{
|
||||
.inputs = .{"cubyz:toadstool_stem"},
|
||||
.output = "2 cubyz:toadstool_branch",
|
||||
},
|
||||
.{
|
||||
.inputs = .{"cubyz:glimmergill_stem"},
|
||||
.output = "2 cubyz:glimmergill_branch",
|
||||
},
|
||||
|
||||
.{
|
||||
.inputs = .{"cubyz:birch_planks", "cubyz:coal"},
|
||||
|