User contributions
Jump to navigation
Jump to search
- 12:07, 9 March 2019 diff hist 0 m Settings
- 12:06, 9 March 2019 diff hist +112 Settings
- 16:16, 12 December 2018 diff hist +213 Mod interoperability →Templates
- 16:14, 12 December 2018 diff hist +141 Mod interoperability →Templates
- 09:23, 11 June 2018 diff hist +165 formspec →pwdfield
- 12:27, 2 May 2018 diff hist +187 N minetest.set last run mod Created page with "{{DISPLAYTITLE:minetest.set_last_run_mod}} == Syntax == <source>minetest.set_last_run_mod(mod_name)</source> == Description == * <code>mod_name</code> — Mod name [[Catego..."
- 09:58, 24 April 2018 diff hist +606 formspec →dropdown
- 08:16, 30 March 2018 diff hist +1,019 Modding Intro →Mod folder structure
- 08:49, 21 March 2018 diff hist +4,165 N Mapgen memory optimisations Created page with "Retranscription of Paramat's [https://forum.minetest.net/viewtopic.php?t=16043 foum topic]. == Perlin noise objects: Only create once == The noise object is created by <code..."
- 10:55, 10 January 2018 diff hist +4 minetest.setting get →Description
- 10:54, 10 January 2018 diff hist +1,351 N settingtypes.txt Created page with "Settingtypes.txt files contains mods settings displayed in the settings menu. Settings can be accessed with minetest.setting_get method. == General format == <source>na..."
- 20:28, 22 December 2017 diff hist +505 N minetest.colorize Created page with "{{DISPLAYTITLE:minetest.colorize}} == Syntax == <source>minetest.colorize(color, text)</source> == Description == Adds color escape sequence around the given text, allowing t..."
- 07:21, 3 September 2017 diff hist +188 N minetest.get server uptime Created page with "== Syntax == <source>minetest.get_server_uptime()</source> == Description == Get server uptime. == Example == <source> print(minetest.get_server_uptime()) </source> [[Categ..."
- 09:20, 1 September 2017 diff hist +309 N register alias force Created page with "== Syntax == <source>minetest.register_alias_force("name", "convert_to")</source> == Description == Same as minetest.register_alias except that, if an item called ''name'..."
- 09:16, 1 September 2017 diff hist +133 Groups →Special groups
- 15:45, 31 August 2017 diff hist +220 N minetest.unregister biome Created page with "== Syntax == <source>minetest.unregister_biome(name)</source> == Description == Unregisters the biome ''name'' from engine, and deletes the entry with key ''name'' from [[mine..."
- 15:43, 31 August 2017 diff hist +348 N minetest.unregister item Created page with "{{DISPLAYTITLE:minetest.unregister_item}} == Syntax == <source>minetest.unregister_item(name)</source> == Description == Unregisters the item ''name'' from engine, and deletes..."
- 14:18, 31 August 2017 diff hist +2,677 minetest.register biome
- 09:30, 31 August 2017 diff hist +153 N minetest.clear registered schematics Created page with "== Syntax == <source>minetest.clear_registered_schematics()</source> == Description == Clears all schematics currently registered. Category:Methods"
- 09:29, 31 August 2017 diff hist +155 N minetest.clear registered decorations Created page with "== Syntax == <source>minetest.clear_registered_decorations()</source> == Description == Clears all decorations currently registered. Category:Methods"
- 09:28, 31 August 2017 diff hist +145 N minetest.clear registered biomes Created page with "== Syntax == <source>minetest.clear_registered_biomes()</source> == Description == Clears all biomes currently registered. Category:Methods"
- 09:27, 31 August 2017 diff hist +141 N minetest.clear registered ores Created page with "== Syntax == <source>minetest.clear_registered_ores()</source> == Description == Clears all ores currently registered. Category:Methods"
- 18:45, 24 August 2017 diff hist 0 minetest.register node
- 18:39, 24 August 2017 diff hist +793 minetest.register node