From 7224228e16d8b2e8f53c98b8c3a02202c9cbfa1a Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 5 Jan 2017 05:34:00 +0100 Subject: [PATCH] Update torches readme --- mods/torches/README.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/mods/torches/README.txt b/mods/torches/README.txt index a463b567d..b03be44ef 100644 --- a/mods/torches/README.txt +++ b/mods/torches/README.txt @@ -17,15 +17,13 @@ draw styles. The alternatives have been removed and instead of providing alternate nodes, this mod now directly modifies the existing nodes. Conversion from the wallmounted style is done through an LBM. -The wield light part is inspired, but not copied from "walking light", -a mod by "echo". After looking at the code I decided to implement -it from scratch as I found it to be too resource intensive and not -implemented efficiently enough. Still, echo deserves the credit for -the excellent idea. - Torches is meant for minetest-0.4.14, and does not directly support older minetest releases. You'll need a recent git, or nightly build. +Changes for MineClone: +~~~~~~~~~~~~~~~~~~~~~~ +- Torch does not generate light when wielding +- Torch drops when near water License: ~~~~~~~~