Search found 2 matches
- Mon Nov 23, 2020 19:10
- Forum: Modding Discussion
- Topic: Allow_take inventory
- Replies: 7
- Views: 218
Re: Allow_take inventory
my bad I didn't read your first post that explains the fact its between inventories.
- Mon Nov 23, 2020 18:26
- Forum: Modding Discussion
- Topic: Allow_take inventory
- Replies: 7
- Views: 218
Re: Allow_take inventory
Hi im new to minetest modding but would allow_metadata_inventory_move = function(pos, from_list, from_index, to_list, to_index, count, player), -- Called when a player wants to move items inside the inventory. -- Return value: number of items allowed to move. not be what you want? From what I unders...