CreativeMD / LittleTiles

GNU Lesser General Public License v3.0
159 stars 52 forks source link

[1.20] Problems with Collision #952

Closed Klebestreifen closed 2 months ago

Klebestreifen commented 3 months ago

out.webm

LittleTiles blocks do not recognize the collision correctly.

Klebestreifen commented 3 months ago

The problem comes from Radium https://github.com/Reforged-Hub/radium-upstream/issues/26

CreativeMD commented 3 months ago

Unfortunately I don't see a way to fix it on my end. I do some optimisations for the collision, because minecraft cannot handle the amount of boxes my blocks have. Seems like Radium does something quite similar.

MichelJonkman commented 2 months ago

In the Radium settings (lithium.properties) mixin.shapes.specialized_shapes = false To fix the collisions, not sure if this breaks anything else though

CreativeMD commented 2 months ago

@MichelJonkman thanks for your hint. I will close the issue for now as it cannot be fixed unfortunately.