Commit Graph

32 Commits

Author SHA1 Message Date
7cf413265b amend load print
Add a final **print to log** at the end of `init.lua` to indicate themod was loaded successfully. This idea was derived from other mods which are specifically aimed at MT servers.

This could be useful not only for player support (e.g. in the MT forum) but would be certainly useful for MT server admins using the CLI and reading their server logs.
2022-12-21 06:50:53 +01:00
dce587cf33 Merge and update translations (#186) 2021-11-14 02:14:19 +01:00
e8d219f108 Optional dependency on default mod (#182) 2021-08-26 20:46:07 +02:00
917a46014f Update copyright statements to 2020 2020-01-01 04:09:24 +01:00
b3d0f0d179 Remove the optional mod loading message 2019-04-03 00:19:18 +02:00
76a00a5365 Update intllib support to avoid using deprecated functions 2019-03-03 20:02:40 +01:00
0e885283c0 Update copyright statements to 2019 2019-02-25 12:13:55 +01:00
26f59baba0 Update copyright year range for 2018 2018-11-24 17:36:04 +01:00
7347b05e3e Replace deprecated methods:
- 'setting_get' with 'settings:get'
- 'setting_getbool' with 'settings:get_bool'
2017-08-12 14:08:24 -07:00
acd570ba0d Replace deprecated function 'intllib.Getter':
- Check first for 'intllib.make_gettext_pair', otherwise continue using
deprecated function
2017-08-12 14:08:04 -07:00
f3005d6367 Call 'global_exists' in place of 'get_modpath' for 'intllib' check 2017-08-12 14:08:04 -07:00
831bbb2b27 Prepare for v1.0.0 release 2017-02-19 13:35:16 +01:00
10d28eec32 More informative and shorter headers. 2015-01-12 17:46:22 +01:00
b5d62de9d8 Add licensing headers to all files, fix intllib global variable warnings. 2015-01-11 22:21:33 +01:00
41bb46fb36 Add support for minetest game pine tree. 2015-01-06 20:39:56 +01:00
cd65ed0930 Big cleanup. Fix intllib support. 2014-12-27 20:30:19 +01:00
e2f4cc369b Code cleanup. Add tar and more stone types. 2014-06-27 20:14:08 +02:00
306956920b More Blocks code cleanup. The name is More Blocks and not MoreBlocks. 2014-05-11 09:26:57 +02:00
3ef8750947 Remove unused stairsplus_convert.lua, code cleanup. 2014-05-02 11:45:03 +02:00
b0ab5cd815 Obey log_mods setting (plural "mods"), added stick crafting using a sapling or a jungle sapling. 2014-04-30 20:04:26 +02:00
8337a6c192 Merge ShadowNinja's rewrite. 2014-03-09 10:38:18 +01:00
62f9f00fe8 Big update: new stair types, code looks better. 2014-01-20 19:49:40 +01:00
72edf9b41d Merge pull request #12 from Jat15/patch-horizontaltree
Use 6d facedir for horizontal trees.
2014-01-20 09:59:23 -08:00
2e1a57da55 Fix invisible.png bug 2014-01-09 18:41:03 +01:00
Jat
280bb943f9 Tree horizontal in 0.4.8
Use abm for fix facedir and convert tree and jungletree.
2013-12-27 17:00:45 +01:00
0e63715989 Add jungle sticks to stick group 2013-11-29 22:07:14 +01:00
360338f38f Merge pull request #4 from Jat15/Patch-1
Add Coal Stone Bricks and modify the recipe of Iron Stone Bricks
2013-11-24 10:33:38 -08:00
4b4e10ff1d Rewrite slightly to use the new 6d facedir prediction code in builtin.
Keeps the old behavior of sneak == force wall (rather than invert).

Add protection/ownership checking.  Can be phased out later after protection
mods start taking advantage of the engine's built-in ownershi-checking
functions.

Got rid of the /st command, since it didn't work anyway.

Minor re-arrangement of init.lua to put the mod's title block at the top
where it belongs :-)
2013-11-07 22:16:37 -05:00
Jat
06ece220b7 Add Coal Stone Bricks ( old Stone Bricks) and modify craft Iron Stone Bricks 2013-11-03 00:41:08 +01:00
a978ea62e6 added trap_glow and trap_super_glow_glass 2013-08-29 17:39:15 -05:00
8b1c7c506d Put mod load print at bottom; fix crash with putting strings in number fields 2013-07-11 21:54:15 +02:00
85aea72376 More Blocks 2013-07-11 20:33:02 +02:00