Luke100000 / ImmersivePaintings

Minecraft mod. Use your own paintings! Drag and drop! In Multiplayer!
GNU General Public License v3.0
11 stars 17 forks source link

Paintings can't be inside eachother #14

Closed Lucky-56 closed 1 year ago

Lucky-56 commented 1 year ago

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:

Forge: 43.1.47 Mod Version: 0.3.1

Luke100000 commented 1 year ago

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

Lucky-56 commented 1 year ago

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