update license.txt

This commit is contained in:
tenplus1 2022-11-25 09:44:37 +00:00
parent 3d23991d01
commit 64c57187e1
2 changed files with 11 additions and 1 deletions

2
2d.lua
View File

@ -45,5 +45,5 @@ minetest.override_item("default:torch", {
on_construct = function(pos)
minetest.get_node_timer(pos):start(
math.random(real_torch.min_duration, real_torch.max_duration))
end,
end
})

View File

@ -19,3 +19,13 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Textures by VanessaE (CC BY-SA 3.0):
default_torch_animated.png
default_torch_on_ceiling_animated.png
default_torch_on_floor_animated.png
default_torch_on_floor.png
The torch code was derived by sofar from the 'torches' mod by
BlockMen (LGPLv2.1+)