mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-05 07:13:51 +01:00
5431e206b0
In commit 55009c257e253c49dacf017e4bd56bc36aca2e10 that added vectors to mcl_composters, mcl_hoppers was accidentally patched with a unrelated change, updating it to get_item_group(). This mostly works, but in one particular case the semantics of the return value differs. Instead of returning 'nil' it returns '0'. That altered the evaluation of an if condition, breaking the abm that sucks in items. This commit fixes the conditional by explicitly comparing '~= 0'. |
||
---|---|---|
.. | ||
locale | ||
textures | ||
init.lua | ||
License.txt | ||
mod.conf | ||
README.md |
Hoppers
This is the Hoppers mod for Minetest. It's just a clone of Minecraft hoppers, functions nearly identical to them minus mesecons making them stop and the way they're placed.