Merge branch 'master' into dev

This commit is contained in:
Aaron Suen 2023-06-05 06:55:20 -04:00
commit ff8da32ac8

View File

@ -6,7 +6,7 @@ local minetest, nodecore
local stacks_only = nodecore.group_expand("group:is_stack_only", true)
function nodecore.protection_exempt(pos)
return stacks_only[minetest.get_node(pos)]
return stacks_only[minetest.get_node(pos).name]
end
minetest.after(0, function()