From ae82c756f59f23d5980cbaadaa7e018e82ef22a2 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Sat, 28 Sep 2019 04:59:48 +0200 Subject: [PATCH] updated README --- README | 20 ++++++++++++++++++++ init.lua | 2 ++ nodes.lua | 2 ++ 3 files changed, 24 insertions(+) diff --git a/README b/README index 3b1aed7..f9666a5 100644 --- a/README +++ b/README @@ -1,4 +1,24 @@ +Note: This code has been adjusted to newer (5.x) versions of Minetest + by me (Sokomine). These changes where necessary because the old + version of 3dforniture would crash newer games. + +Changes: + * moved the mod up one level in the file system hierarchy for + easier installation + * removed HTML crafting guide (no longer necessary) + * removed changes to papyrus and trees (such things ought to be done in + a seperate mod if desired) + * adjusted code so that it no longer crashes in new versions: + right-click toilet and table lamp in order to use them (also + more consisent with recent changes) + * tiny code optimizations + * nodes that cannot be crafted (open toilet, lamps in diffrent + stages) no longer appear in the creative inventory + +Sokomine, 28.09.2019 + + README ======================================================================== diff --git a/init.lua b/init.lua index 7e6733a..df8d476 100644 --- a/init.lua +++ b/init.lua @@ -1,4 +1,6 @@ --[[ + Modifed: 28.09.2019 Sokomine (see README) + 3D Forniture Copyright 2012 Tonyka diff --git a/nodes.lua b/nodes.lua index c92cc03..77aaf40 100644 --- a/nodes.lua +++ b/nodes.lua @@ -1,4 +1,6 @@ --[[ + Modifed: 28.09.2019 Sokomine (see README) + 3D Forniture Copyright 2012 Tonyka