Started by
temutsaj
on
Topic category: Help with Minecraft modding (Java Edition)
Hi everyone, great forum here! I'm new.
Looking to understand why a couple BlockBench json models I've imported into Mccreator are causing large fps lag but ONLY when sneaking and looking at them/moving around looking sneaking at them? They look fine and are mapped correctly like all my other json models, but still only these certain few are having this happen. I even made a duplicate of the block and removed all triggers and gui to see if it was procedure based, but it still keeps happening.
I searched around for days looking for an answer and couldn't find one so I thought I'd try here and see if anyone has any ideas? Thanks! Temutsaj.
does it lags when going in actual minecraft? because when running the test thing by default in MCreator, lag is normal, and it's not made to be optimized, so it should work fine in real minecraft, hope this helps!
I think I've figured this one out, when I change the bounding boxes to be just a regular block's 16x16 the lag disappears completely when sneaking and all. I believe it's just I was using too detailed of block models and would just hit the generate bounding boxes button which would make it fit to every piece. Just make it a 16x16 and reduce the size accordingly. Hope this helps anyone!