Structure Biome Colour Problems #3689
Labels
No Label
#P1 CRITICAL
#P2: HIGH
#P3: elevated
#P4 priority: medium
#P6: low
#Review
annoying
API
bug
code quality
combat
commands
compatibility
configurability
contribution inside
controls
core feature
creative mode
delayed for engine release
documentation
duplicate
enhancement
environment
feature request
gameplay
graphics
ground content conflict
GUI/HUD
help wanted
incomplete feature
invalid / won't fix
items
looking for contributor
mapgen
meta
mineclone2+
Minecraft >= 1.13
Minecraft >= 1.17
missing feature
mobile
mobs
mod support
model needed
multiplayer
Needs adoption
needs discussion
needs engine change
needs more information
needs research
nodes
non-mob entities
performance
player
possible close
redstone
release notes
schematics
Skyblock
sounds
Testing / Retest
tools
translation
unconfirmed
mcl5
mcla
Media missing
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: VoxeLibre/VoxeLibre#3689
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Structures which contain any nodes that utilise a biome colour (such as grass, foliage, and water), will always have said nodes be the default colour (
param2 = 0
). This usually means that said nodes will be incorrectly coloured for the biome that these are located in (for example, green vines in a badlands biome where said vines should be a drier colour).My proposed solution to this issue would be to add some sort of function which runs after the placement of said structures which contain these types of nodes, which ensures that these nodes have the correct colour for the biome that these are located in.
This may have a small impact on performance, however, I would consider this impact very negatable, since not only do these functions only run once after the placement of said structures, but said structures don't really appear that often to be causing any lag.