forked from minetest-mods/moreblocks
26a5273dd6
The code not type(fields.drop) == "table" was always false because it compares a boolean with a string, not (type(fields.drop) == "table") is the intended logic. |
||
---|---|---|
.. | ||
aliases.lua | ||
API.md | ||
conversion.lua | ||
init.lua | ||
microblocks.lua | ||
panels.lua | ||
registrations.lua | ||
slabs.lua | ||
slopes.lua | ||
stairs.lua |