minetest-mods / moreblocks

More Blocks
https://content.minetest.net/packages/Calinou/moreblocks/
zlib License
45 stars 67 forks source link

Glass slopes and microblocks, minor issues #152

Closed baryluk closed 4 years ago

baryluk commented 4 years ago

screenshot_20200413_051840

I really like the slopes, but there are few issues. The upper side edges are missing, and it lower edges doesn't blend with other blocks, when continues glass is enabled in minetest.

Calinou commented 4 years ago

The upper side edges are missing, and it lower edges doesn't blend with other blocks, when continues glass is enabled in minetest.

I'm afraid I can't fix that. Connected glass only works for nodes of the same drawtype; it can't connect textures from nodes with different drawtypes.

As for the glass edges, it would be possible to add them. However, it'd be difficult to implement and would visually clash with full glass nodes if you disabled the connected glass option (as glass becomes "flat" in this case). Therefore, I have no plans to implement it for now.