update readme (thanks mckaygerhard)
This commit is contained in:
parent
e3b8f86df7
commit
3d23991d01
46
readme.md
46
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.
|
||||
|
||||

|
||||
|
||||
- 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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user