From 3d23991d014ea078b86f7c70b6cf8d88b2f10258 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sat, 19 Feb 2022 08:12:32 +0000 Subject: [PATCH] update readme (thanks mckaygerhard) --- readme.md | 46 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 43 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 7a7cbc0..8afe4b7 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,16 @@ -Real Torch by TenPlus1 +minetest mod Real Torch +======================= -This mod changes minetest torches so that they have a life of 20-30 minutes which -is configurable using the torch_min_duration and torch_max_duration settings. +Made torchs more realistic way behaviour. + +Information +----------- + +This mod is named `real_torch`, changes torches so that they have a life +of 20-30 minutes which is configurable using the `torch_min_duration` +and `torch_max_duration` settings. It also can be relight using coals, flint or steel, and can be affected by water. + +![screenshot.png](screenshot.png) - 2x coal lumps can be crafted into 12x coal powder - coal powder and an unlit torch can be crafted into a lit torch again @@ -14,7 +23,22 @@ is configurable using the torch_min_duration and torch_max_duration settings. https://forum.minetest.net/viewtopic.php?f=11&t=15721 +Technical information +--------------------- + +This mod does not override the normal torch, so once you put a torch if +you removed the mod those will remains as normal ones if relights/lights it! + +### New Craft items + +It added new coal, rest of torch related are just overrides for features. + +| name | node | +| ---- | ---- | +| Coal Powder | real_torch:coal_powder | + Changelog: +---------- - 0.1 - Initial upload - 0.2 - Punching unlit torch with coal powder relights torch @@ -26,3 +50,19 @@ Changelog: - 0.8 - Updated to newer functions, requires Minetest 0.4.16 to run - 0.9 - Use on_flood from newer 5.x functions to drop torches - 1.0 - Tweak code and use use_texture_alpha = "clip" to stop warnings + +License +------- + +**Code** +The MIT License (MIT), Copyright (c) 2016 TenPlus1 +Check [license.txt](license.txt) + +**Sizzle sound ** +CC0 1.0 Universal (CC0 1.0) +Check [sounds/license.txt](sounds/license.txt) + +**Extinguish sound** +Attribution 3.0 Unported (CC BY 3.0) +Vlatko Blažek +Check [sounds/license.txt](sounds/license.txt)