6r1d / minetest_new_glass

New glass mod for the Minetest game
GNU Lesser General Public License v2.1
6 stars 2 forks source link

Drawer-related bugs for "super" and "ultra" nodes #10

Open 6r1d opened 4 years ago

6r1d commented 4 years ago

@GamePlayer-PL reported that "super" and "ultra" icons for drawers look like an uncolored glass.

SwissalpS commented 4 years ago

many drawer entities are weird :/ try digiline_routing items or any cut node.

SwissalpS commented 4 years ago

see also this

6r1d commented 4 years ago

I decided to do a little test this morning and I found out another interesting thing: paramtype2 is being changed, when I take the glass from the drawer; I get a white-colored one, not fully transparent.

Drawers version: https://github.com/minetest-mods/drawers/commit/f6bca2ade23479f95d51a37053ef0cdf38f23210

OgelGames commented 4 years ago

I decided to do a little test this morning and I found out another interesting thing: paramtype2 is being changed, when I take the glass from the drawer; I get a white-colored one, not fully transparent.

The drawers remove metadata from items, most stackable items don't have metadata, but colored glass is one that does.