summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Collapse)Author
2017-08-12Replace deprecated methods:AntumDeluge
- 'setting_get' with 'settings:get' - 'setting_getbool' with 'settings:get_bool'
2017-08-12Replace deprecated function 'intllib.Getter':AntumDeluge
- Check first for 'intllib.make_gettext_pair', otherwise continue using deprecated function
2017-08-12Call 'global_exists' in place of 'get_modpath' for 'intllib' checkAntumDeluge
2017-02-19Prepare for v1.0.0 releaseHugo Locurcio
2015-01-12More informative and shorter headers.Calinou
2015-01-11Add licensing headers to all files, fix intllib global variable warnings.Calinou
2015-01-06Add support for minetest game pine tree.Olivier Samyn
2014-12-27Big cleanup. Fix intllib support.Calinou
2014-06-27Code cleanup. Add tar and more stone types.Calinou
2014-05-11More Blocks code cleanup. The name is More Blocks and not MoreBlocks.Calinou
2014-05-02Remove unused stairsplus_convert.lua, code cleanup.Calinou
2014-04-30Obey log_mods setting (plural "mods"), added stick crafting using a sapling ↵Calinou
or a jungle sapling.
2014-03-09Merge ShadowNinja's rewrite.Calinou
2014-01-20Big update: new stair types, code looks better.Calinou
2014-01-20Merge pull request #12 from Jat15/patch-horizontaltreeCalinou
Use 6d facedir for horizontal trees.
2014-01-09Fix invisible.png bugCalinou
2013-12-27Tree horizontal in 0.4.8Jat
Use abm for fix facedir and convert tree and jungletree.
2013-11-29Add jungle sticks to stick groupCalinou
2013-11-24Merge pull request #4 from Jat15/Patch-1Calinou
Add Coal Stone Bricks and modify the recipe of Iron Stone Bricks
2013-11-07Rewrite slightly to use the new 6d facedir prediction code in builtin.Vanessa Ezekowitz
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-03Add Coal Stone Bricks ( old Stone Bricks) and modify craft Iron Stone BricksJat
2013-08-29added trap_glow and trap_super_glow_glassandersje
2013-07-11Put mod load print at bottom; fix crash with putting strings in number fieldsCalinou
2013-07-11More BlocksCalinou