3d_armor/3d_armor_stand
Zweihorn 04f9123e98 improved load print patch
From the start my prior PR was aiming at compatibility with legacy clients and servers. If you scan the MT forum you will become aware that there seem to be quite many MT 0.4 servers around which are actively used by many players.

However, the best solution may be this example of a new piece of improved code, if I understand the MT Lua code correctly.

```

-- print to log after mod was loaded successfully
local load_message = "[MOD] XXX loaded"
if minetest.log then
	minetest.log("info", load_message) -- aims at state of the art MT software
else
	print (load_message)  -- aims at legacy MT software used in the field
end

```

Hope this helps.
2022-12-21 19:20:04 +01:00
..
locale Add and fix Brazillian Portuguese translation (#85) 2022-11-16 20:10:09 +01:00
models New armorstand mapping 2017-01-25 19:48:25 +00:00
textures Add new textures 2018-10-19 20:37:48 +01:00
LICENSE.txt Update licenses 2019-05-27 20:30:03 +01:00
README.txt Add a chest-like visible armor stand, closes #48 2016-04-08 20:17:28 +01:00
depends.txt Add a chest-like visible armor stand, closes #48 2016-04-08 20:17:28 +01:00
init.lua improved load print patch 2022-12-21 19:20:04 +01:00
mod.conf Use newer functions from MT/MTG 5.0.0+ 2019-06-16 15:17:21 -05:00

README.txt

[mod] 3d Armor Stand [3d_armor_stand]
=====================================

Depends: 3d_armor

Adds a chest-like armor stand for armor storage and display.

Crafting
--------

F = Wooden Fence [default:fence_wood]
S = Steel Ingot [default:steel_ingot]

+---+---+---+
|   | F |   |
+---+---+---+
|   | F |   |
+---+---+---+
| S | S | S |
+---+---+---+