aboutsummaryrefslogtreecommitdiff
path: root/init.lua
Commit message (Collapse)AuthorAge
* node with version infosOch Noe2019-06-02
|
* moreblocks.mod = "undo" addedOch Noe2019-06-01
|
* ... sh.. gitOch Noe2018-07-31
|
* Replace deprecated methods:AntumDeluge2017-08-12
| | | | - 'setting_get' with 'settings:get' - 'setting_getbool' with 'settings:get_bool'
* Replace deprecated function 'intllib.Getter':AntumDeluge2017-08-12
| | | | - Check first for 'intllib.make_gettext_pair', otherwise continue using deprecated function
* Call 'global_exists' in place of 'get_modpath' for 'intllib' checkAntumDeluge2017-08-12
|
* Prepare for v1.0.0 releaseHugo Locurcio2017-02-19
|
* More informative and shorter headers.Calinou2015-01-12
|
* Add licensing headers to all files, fix intllib global variable warnings.Calinou2015-01-11
|
* Add support for minetest game pine tree.Olivier Samyn2015-01-06
|
* Big cleanup. Fix intllib support.Calinou2014-12-27
|
* Code cleanup. Add tar and more stone types.Calinou2014-06-27
|
* More Blocks code cleanup. The name is More Blocks and not MoreBlocks.Calinou2014-05-11
|
* Remove unused stairsplus_convert.lua, code cleanup.Calinou2014-05-02
|
* Obey log_mods setting (plural "mods"), added stick crafting using a sapling ↵Calinou2014-04-30
| | | | or a jungle sapling.
* Merge ShadowNinja's rewrite.Calinou2014-03-09
|
* Big update: new stair types, code looks better.Calinou2014-01-20
|
* Merge pull request #12 from Jat15/patch-horizontaltreeCalinou2014-01-20
|\ | | | | Use 6d facedir for horizontal trees.
| * Tree horizontal in 0.4.8Jat2013-12-27
| | | | | | | | Use abm for fix facedir and convert tree and jungletree.
* | Fix invisible.png bugCalinou2014-01-09
| |
* | Add jungle sticks to stick groupCalinou2013-11-29
| |
* | Merge pull request #4 from Jat15/Patch-1Calinou2013-11-24
|\ \ | | | | | | Add Coal Stone Bricks and modify the recipe of Iron Stone Bricks
| * | Add Coal Stone Bricks ( old Stone Bricks) and modify craft Iron Stone BricksJat2013-11-03
| |/
* / Rewrite slightly to use the new 6d facedir prediction code in builtin.Vanessa Ezekowitz2013-11-07
|/ | | | | | | | | | | | | 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 :-)
* added trap_glow and trap_super_glow_glassandersje2013-08-29
|
* Put mod load print at bottom; fix crash with putting strings in number fieldsCalinou2013-07-11
|
* More BlocksCalinou2013-07-11