CasimirKaPazi / Voxelgarden

Subgame for Minetest
https://forum.minetest.net/viewtopic.php?f=15&t=6346
48 stars 13 forks source link

Craft guide icon somtimes disappears in creative mode #52

Open CasimirKaPazi opened 6 years ago

CasimirKaPazi commented 6 years ago

Disappears, but reappears when switching pages in creative item list.

Wuzzy2 commented 3 years ago

I know this one well, it's a common problem with inventory_plus.

This happens because inventory_plus and zcg are fighting for control of the inventory formspec, but there can only be one "winner". To solve this, both mods need to coordinate somehow. This cannot be fixed without some kind of refactoring.