Uberi / Minetest-WorldEdit

The ultimate in-game world editing tool for Minetest! Tons of functionality to help with building, fixing, and more.
https://forum.minetest.net/viewtopic.php?f=11&t=572
GNU Affero General Public License v3.0
162 stars 81 forks source link

Hide gui button in unified_inventory on missing privilege #195

Closed h3ndrik closed 3 years ago

h3ndrik commented 4 years ago

this fixes #151

sfan5 commented 4 years ago

Does this work? I don't see condition documented here: https://github.com/minetest-mods/unified_inventory/blob/master/doc/mod_api.txt#L41

BuckarooBanzay commented 3 years ago

Does this work? I don't see condition documented here: https://github.com/minetest-mods/unified_inventory/blob/master/doc/mod_api.txt#L41

It's not documented but implemented here: https://github.com/minetest-mods/unified_inventory/blob/341a438267765ee69fc12c2b5ce855a4623f3eeb/internal.lua#L110