mirror of
https://github.com/minetest-mods/i3.git
synced 2025-07-03 09:00:23 +02:00
Add custom operators (Part 1)
This commit is contained in:
@ -80,7 +80,7 @@ local function init_bags(player)
|
||||
local stack = list[i]
|
||||
|
||||
if not stack:is_empty() then
|
||||
c = c + 1
|
||||
c++
|
||||
t[i] = stack:to_string()
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user