mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
Lily pads / adjust water reflectivity (#1221)
* Add lily pads and reduce water reflectivity * tweka water reflectivity
This commit is contained in:
parent
07f5d823dd
commit
8f0693f7b0
@ -14,6 +14,18 @@
|
||||
.ground_structure = .{
|
||||
"4 to 5 cubyz:mud",
|
||||
},
|
||||
.structures = .{
|
||||
.{
|
||||
.id = "cubyz:flower_patch",
|
||||
.block = "cubyz:lily_pad",
|
||||
.generationMode = .water_surface,
|
||||
.chance = 0.1,
|
||||
.width = 6,
|
||||
.variation = 6,
|
||||
.density = 0.1,
|
||||
.priority = 0.1,
|
||||
},
|
||||
},
|
||||
.parentBiomes = .{
|
||||
.{
|
||||
.id = "cubyz:swamp/base",
|
||||
|
17
assets/cubyz/blocks/lily_pad.zig.zon
Normal file
17
assets/cubyz/blocks/lily_pad.zig.zon
Normal file
@ -0,0 +1,17 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.degradable = true,
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x121012,
|
||||
.model = "cubyz:plane",
|
||||
.rotation = .planar,
|
||||
.texture = "cubyz:lily_pad",
|
||||
.item = .{
|
||||
.texture = "lily_pad.png",
|
||||
},
|
||||
.lodReplacement = "cubyz:air",
|
||||
}
|
BIN
assets/cubyz/blocks/textures/lily_pad.png
Normal file
BIN
assets/cubyz/blocks/textures/lily_pad.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 324 B |
BIN
assets/cubyz/blocks/textures/lily_pad_reflectivity.png
Normal file
BIN
assets/cubyz/blocks/textures/lily_pad_reflectivity.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 191 B |
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.3 KiB |
BIN
assets/cubyz/items/textures/lily_pad.png
Normal file
BIN
assets/cubyz/items/textures/lily_pad.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 297 B |
Loading…
x
Reference in New Issue
Block a user