Lily pads / adjust water reflectivity (#1221)

* Add lily pads and reduce water reflectivity

* tweka water reflectivity
This commit is contained in:
Carrie 2025-03-23 12:36:31 -06:00 committed by GitHub
parent 07f5d823dd
commit 8f0693f7b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 29 additions and 0 deletions

View File

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B