Advanced solar panel model issue
PenguinTech-official opened this issue ยท 11 comments
Issue description
Advanced solar panel in Mekanism: Generators had an issue with its model .When I place it, it's one block below the actual bounding box.
Steps to reproduce
Check the model
Minecraft version
1.20.1 (Latest)
(Neo)Forge version
47.2.0
Mekanism version
10.4.5 (Latest)
Other relevant versions
No response
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
No response
Sounds like some mod is breaking the ModifyBakingResult
event potentially rubidium/embeddium. Though maybe we should at some point just add more custom model loaders and do the few conversions we have to via those. (I have moved some already, but there are still three or four using the older way, one of which being the advanced solar panel)
Sounds like some mod is breaking the
ModifyBakingResult
event potentially rubidium/embeddium. Though maybe we should at some point just add more custom model loaders and do the few conversions we have to via those. (I have moved some already, but there are still three or four using the older way, one of which being the advanced solar panel)
Ok, I understood, Is there anything i need to do like downgrading mod version or something.
Remove other mods (start with performance mods) until it stops. It works fine with just Mekanism
Remove other mods (start with performance mods) until it stops. It works fine with just Mekanism
Ok, I will try
I have tested it. But the issue is there I tried installing Mekanism, Generators and tool without any mod and I tested with rubidium, embeddium and optifine the issue is there.
Then I installed purebdcraft resource pack with Mekanism addon pack the issue is fixed only when using resource packs.
Can you try it with neoforge?
If it only happens with minecraft Forge, it's a bug on their side