Go to file
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
locale Italian locale (#39) 2016-05-18 15:00:21 -07:00
models Fix dirty shadows on mesh models 2015-07-31 22:37:51 +02:00
stairsplus Fix drop logic. (#49) 2016-07-12 12:49:43 -07:00
textures add node copper patina (#37) 2016-05-18 15:02:28 -07:00
LICENSE.md Add support for minetest game pine tree. 2015-01-06 20:39:56 +01:00
README.md update readme for copperpatina (#40) 2016-05-19 22:41:40 -07:00
aliases.lua More informative and shorter headers. 2015-01-12 17:46:22 +01:00
circular_saw.lua Prevent input stack_max from overflowing 2016-02-13 22:20:12 -08:00
config.lua More informative and shorter headers. 2015-01-12 17:46:22 +01:00
crafting.lua add node copper patina (#37) 2016-05-18 15:02:28 -07:00
depends.txt Merge ShadowNinja's rewrite. 2014-03-09 10:38:18 +01:00
description.txt Add description.txt 2016-01-26 12:58:51 -08:00
init.lua More informative and shorter headers. 2015-01-12 17:46:22 +01:00
mod.conf Add mod.conf 2016-01-26 12:58:04 -08:00
nodes.lua add node copper patina (#37) 2016-05-18 15:02:28 -07:00
ownership.lua More informative and shorter headers. 2015-01-12 17:46:22 +01:00
redefinitions.lua Reduce tool repair buff to 10% 2015-06-10 19:05:15 +02:00

README.md

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