Mineshafts spawn blue dye in chests #4215
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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: VoxeLibre/VoxeLibre#4215
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?
Mineshafts spawn blue dye instead of lapis lazuli in chests
Inconsistency with minecraft
What version of MineClone are you using? A fix for this was merged into master 2 years ago as part of
d2edc75407
.The reason for this is that the developers who separated dye and lapis did not know about item aliases and simply replaced the item string turning all lapis in existing chests into blue dye. This was done despite my warnings and explanations how to avoid that outcome (i.e. never reuse item strings for different items). Despite the obvious turning-a-rare-gem-into-a-common-dye bug being at least slightly annoying it was never reverted.
@Eyalonsky does that still happen when you load your world in Mineclonia? (Make a backup of the world folder first.)
The change was made and merged before you warned. It was done, not by developers plural, but by Kabou, a close friend of a Mineclonia maintainer.
The issue has been discussed to death, and the change in there is not being reverted.
For this, we just need to update the logic that adds loot to chests and change it to Lapis from blue dye.
As a workaround, a player should be still able to craft blue dye to Lapis. So they have still gained their Lapis from the chest. Just needs converting.
Best as I can tell, the chest loot tables have already been updated and have been for about 2 years. I checked as part of the bone meal API branch made by that same Kabou I am trying to revive.
Chests that generated before that couldn't have used the updated table.
Really, lapis should never have been named mcl_dye:blue in the first place, but the past can't be changed and we are 2 years late for a non-breaking change to correct that initial mistake.
Irrelevant. The PR description actually warned that this would happen: “being autoconverted into a dye on the next upgrade of mineclone is a bit of an surprise inconvenience to the users” – this was clearly user-hostile and still got mergged.
Changing the item name could have been easily solved with item aliases.
All problems come from item string
mcl_dye:blue
being re-used.I did actually warn about it being an unfixable mistake. I suggested immediately reverting it. Which was not done.
It has also not been 2 years, but that is besides the point.
1 year 3 months ago. And this is the first issue raised. A mitigation has been in placed for over a year and still in, so very low impact.
I agree with teknomunk it should never have been named that.
The only thing I'm curious about is if this is still happening with current versions (dungeons spawning with lapis), so we can plan to fix it if it is.
Mineshafts spawn blue dye instead of lapis lazuli in cheststo Mineshafts spawn blue dye in chestscorrection: its not instead of lapis
mc2 ver 0.86.2
the original seed i had is lost so i cannot reproduce the bug exactly
ill try finding a new seed
If you still have the world, pressing F5 will show you the world seed. Press F5 a few times and the information will disappear.
what i meant by lost the seed is that i deleted the world
tbh im not sure if i saw that bug before or after i upgraded to mt 5.8 and updated mc2
i think its safe to close this issue because i cannot reproduce it until i can find evidence that i saw blue dye on mt 5.8 and mc2 ver 0.86.2
on the other hand might still be worth looking a little longer