Luke100000 / ImmersivePaintings

Minecraft mod. Use your own paintings! Drag and drop! In Multiplayer!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paintings can't be inside eachother

Lucky-56 opened this issue · comments

You can't place a painting on the floor with a painting already on the wall
image

I think this comes from the normal painting code that two paintings can't be inside eachother,
but as your paintings are able to be placed on floors and ceilings this is redundant for that reason

possible fix:

  • paintings that are on the same axis will break eachother as usual
  • paintings that are not on the same axis won't break eachother

Forge: 43.1.47
Mod Version: 0.3.1

Your fix sounds reasonably, thanks! You can produce overlapping paintings that way but z fighting will be minimal so I think its fine

you can already place paintings inside non-full blocks so z-fighting is basically already there ;)