summaryrefslogtreecommitdiff
path: root/games/minimal/mods/default/init.lua
AgeCommit message (Expand)Author
2018-06-03Fix default item callbacks to work with nil users (#5819)raymoo
2017-05-24Minimal: Add river water nodes (#5809)Paramat
2017-05-10Private nodemeta (#5702)sfan5
2017-05-07Player attrs: permits to remove an attribute by setting value to nil (#5716)Loïc Blot
2017-02-18Fix not being able to damage players in minimal (#5266)red-001
2017-01-02Add 2D sheet animation for nodessfan5
2017-01-02Added "[sheet" to the texture special commands.Luke Puchner-Hardman
2015-07-16Fix relief mapping issuesRealBadAngel
2015-07-14Minimal: Remove recently added unnecessary nodesparamat
2015-06-16Simpler patch for saplings trying to grow on unknown nodesShadowNinja
2015-06-16Add list-ringsest31
2015-06-15Don't crash when saplings try to grow on unknown nodesy.st
2015-06-12Minimal: Add snow biome and jungleleaves nodes. Add mapgen aliasesparamat
2015-06-09Minimal: Edit mapgen aliases. Use blob ore for clay, update other ores. Updat...paramat
2015-01-31Fix NDT_GLASSLIKE normalsKahrl
2013-11-30Add minetest.swap_nodeNovatux
2013-11-30Change default value of is_ground_content to truekwolekr
2013-11-02Fix possible crash with grass ABM.Novatux
2013-11-02Fix grass adding/removing ABM.Novatux
2013-11-02Move the sapling growing and grass adding/removing ABMs to LuaNovatux
2013-08-06Add support for different drowning damage and allow drowning in other nodetypesBlockMen
2013-05-25Move scriptapi to separate folder (by sapier)sapier
2013-05-20Use the group "soil" for nodes that saplings grow onShadowNinja
2013-04-07Add Mapgen V7, reorganize biomeskwolekr
2013-03-29Add different place sound for nodesPilzAdam
2013-01-21Readded and optimized mapgen V6kwolekr
2013-01-21Add initial Lua biomedef support, fixed biome selectionkwolekr
2012-12-01Add the group attached_nodePilzAdam
2012-11-01Add functions to the default mod of minimal game to support old codePilzAdam
2012-10-31Move falling to builtinPilzAdam
2012-08-12Fix crash when furnace is full (minimal game)Perttu Ahola
2012-07-25Deprecate minetest.add_to_creative_inventory and use group not_in_creative_in...Perttu Ahola
2012-07-25Add notice in the minimal gamePerttu Ahola
2012-07-25Improve inventory callbacks a bitPerttu Ahola
2012-07-25Detached inventory callbacks and reworked node metadata callbacksPerttu Ahola
2012-07-23Move /give, /giveme, /spawnentity and /pulverize to builtin/chatcommands.luaPerttu Ahola
2012-07-22Implement formspecdarkrose
2012-06-17Custom boxy nodes (stairs, slabs) and collision changesKahrl
2012-06-16Update field names to non-deprecated ones in node definition prototypePerttu Ahola
2012-06-16Use new field names and reorder fields a bit in minimal gamePerttu Ahola
2012-06-16Node texture animationPerttu Ahola
2012-06-03Add InvRef:is_empty(listname) and make chests/furnaces not diggable if not em...darkrose
2012-06-03fix locked chest to not destroy denied items (minimal game)darkrose
2012-06-03Add fire visualization to minimal furnace menuPerttu Ahola
2012-06-03Use proper furnace cook timePerttu Ahola
2012-06-03Lua implementation of furnace with visible active statedarkrose
2012-06-03Implement locked chest; add after_place_node and after_dig_node node callbacksPerttu Ahola
2012-06-03minetest.get_craft_resultPerttu Ahola
2012-06-03Implement sign using form field protocolPerttu Ahola
2012-06-03Properly create metadata inventories in minimalPerttu Ahola