John Cole 26a5273dd6 Fix drop logic. (#49)
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.
2016-07-12 12:49:43 -07:00
2016-05-18 15:00:21 -07:00
2015-07-31 22:37:51 +02:00
2016-07-12 12:49:43 -07:00
2016-05-18 15:02:28 -07:00
2016-05-18 15:02:28 -07:00
2014-03-09 10:38:18 +01:00
2016-01-26 12:58:51 -08:00
2015-01-12 17:46:22 +01:00
2016-01-26 12:58:04 -08:00
2016-05-18 15:02:28 -07:00
2016-05-19 22:41:40 -07:00

More Blocks

More Blocks for Minetest http://minetest.net, a free/libre infinite world block sandbox game.

To install, just clone this repository into your "mods" directory.

More Blocks code is licensed under the zlib license, textures are by Calinou and are licensed under CC BY-SA 3.0 Unported.

moreblocks_copperpatina.png is by pithydon licensed under WTFPL

Forum topic: https://forum.minetest.net/viewtopic.php?f=11&t=509

Description
No description provided
Readme 485 KiB
Languages
Lua 100%