[BUG] 1.19.2 Not compatible with Numismatic Overhaul: Reforged
agentwolf88 opened this issue ยท 11 comments
Is there an existing issue for this?
- I have searched the existing issues
Are you using the latest MineColonies Verison?
- I am running the latest alpha version of MineColonies for my Minecraft version.
Did you check on the Wiki? or ask on Discord?
- I checked the MineColonies Wiki and made sure my issue is not covered there. Or I was sent from discord to open an issue here.
Minecraft Version
1.19
MineColonies Version
minecolonies-1.19.2-1.0.1163-BETA
Structurize Version
structurize-1.19.2-1.0.472-BETA
Related Mods and their Versions
Forge - 43.1.57
BlockUI - blockui-1.19-0.0.64-ALPHA
Domum Ornamentum - domum_ornamentum-1.19-1.0.76-ALPHA-universal
Numismatic Overhaul: Reforged - numismaticoverhaul-1.19.2-1.0.2
Current Behavior
After i place a Builders Hut i cant open the GUI of this.
Expected Behavior
GUI of Builders Hut does not work
Reproduction Steps
Install Forge 43.1.57, install BlockUI, install domom ornamentum, install numismatic Overhaul reforge, install minecolonies.
Build a townhall, create a new colonie, build a builders hut, rightclick on this. Its not work.
Logs
https://pastebin.com/vbbQXQnv
https://pastebin.com/tmZRUkkm
Anything else?
- Add a thumbs-up to the bug report if you are also affected. This helps the bug report become more visible to the team and doesn't clutter the comments.
- Add a comment if you have any insights or background information that isn't already part of the conversation.
When i right click on a builders hut, this is in log.
[15:54:28] [Render thread/ERROR] [minecolonies/]: java.lang.ClassCastException: class net.minecraft.world.item.AirItem cannot be cast to class net.minecraft.world.item.BlockItem (net.minecraft.world.item.AirItem and net.minecraft.world.item.BlockItem are in module [email protected] of loader 'TRANSFORMER' @7fb66650)
Which files you need?
The 2 files i have posted are the full logs i think. From the beginning to shut down the game.
Oh god, then I'll even close it. Please link this issue to them in their github and tell them to make sure their code doesn't kill other mods.
Yes, he totally can. I had a quick look at this and it's definitely the fault of one or more of their mixins. Specifically, when we create an ItemStack(DIRT, 1)
and pass it from server to client, it arrives as an ItemStack(DIRT, 0)
because they're messing with the count field in some inconsistent way. This is likely breaking quite a lot of other mods as well.