Lootr + Mine Treasure - Visual Bug
muhammedesadcomert opened this issue ยท 9 comments
Mine Treasure barrels do not disappear visually when they are broken. This bug disappears only if I place a barrel in the broken barrel's position. I tested without Lootr, and there is no visual bug.
Also, if I save and exit the world without fixing the bug by doing the barrel thing (check the video), the game crashes with this crash log.
Although the problem seems to be only related to Mine Treasure, I opened an issue for both repositories thinking the problem might be related to Lootr as well.
Minecraft: 1.19.4
Lootr: 0.5.26.66
Mine Treasure: 1.2.7
Logs: https://mclo.gs/QmczLKQ
A short video of the bug: https://youtu.be/SrwJDUVlk1U
This looks to be an issue with the client-side block entity not being deleted, I don't know if it has anything to do with Mine Treasure, although the associated crash report appears to be linked with Architectury, which Lootr doesn't use.
Ok, crash may not be related to Lootr or Mine Treasure, idk. So, how can I prevent Mine Treasure barrels from being converted by Lootr?
At this point in time, Mine Treasures is just not compatible with Lootr. I'd recommend adding its mod id to the loot table blacklist.
I'd recommend opening up the actual .jar
file and determining what namespace the loot tables are contained in -- that namespace is what should be added to the loot_modid_blacklist
.
The file structure for the loot_tables folder is data/mt/loot_tables
Is that ID / namespace just "mt" then? Sorry, this goes a bit beyond what I usually do :D