wood darker

This commit is contained in:
BigKhan 2024-01-28 17:16:47 +00:00
parent a07a4ca926
commit ee10e03736
2 changed files with 2 additions and 3 deletions

View File

@ -34,7 +34,7 @@
Chestnut: [(start: (30, 80, 0), end: (50, 120, 0))],
Baobab: [(start: (50, 100, 40), end: (50, 90, 0))],
MapleLeaves: [(start: (103, 32, 21), end: (131, 24, 26)), (start: (96, 30, 44), end: (92, 9, 46))],
CherryLeaves: [(start: (210, 109, 116), end: (217, 102, 102))],
CherryLeaves: [(start: (210, 109, 116), end: (217, 102, 102)), (start: (191, 128, 151), end: (206, 113, 123))]
)
// Water blocks ignore color now so this isn't used, but just in case this color was worth

View File

@ -763,10 +763,9 @@ impl TreeConfig {
proportionality: 0.0,
inhabited: false,
hanging_sprites: &[],
trunk_block: StructureBlock::Filled(BlockKind::Wood, Rgb::new(90, 45, 15)),
trunk_block: StructureBlock::Filled(BlockKind::Wood, Rgb::new(69, 37, 17)),
}
}
}
// TODO: Rename this to `Tree` when the name conflict is gone
pub struct ProceduralTree {