Search results

Jump to navigation Jump to search
  • 312 bytes (38 words) - 13:50, 25 October 2022
  • * VanessaE's [https://forum.minetest.net/viewtopic.php?id=3898 plants_lib] mod ([https:/
    2 KB (270 words) - 19:11, 25 January 2023
  • .../Game_engine game engine] inspired by Minecraft, Infiniminer and others. It's licensed under the GNU LGPL 2.1, with artwork generally covered by CC BY-SA
    713 bytes (108 words) - 16:32, 21 August 2022
  • cpp_api provides interface required by c++ core functions. It's designed to be added as single class ScriptApi. This class inherits feature ...ains implementation of all functions that are available from within lua. It's design is similar to cpp_api with difference that there is no integrating t
    2 KB (327 words) - 21:15, 15 August 2022
  • ...y.com/minetest_modding_book/en/quality/luacheck.html the chapter rubenwardy's modding book]) ...m/minetest_modding_book/en/quality/unit_testing.html the chapter rubenwardy's modding book])
    3 KB (451 words) - 23:31, 24 October 2023
  • That's right, the Z axis is mirrored. ...on a big endian 2 bytes. Orientation is '''not''' defined in any way, there's absolutely no convention.
    5 KB (668 words) - 11:18, 1 May 2023
  • Always use z, y, x ordering unless there's a good reason not to. * Again, the developer's discretion and profiling is needed to determine what the best course of act
    4 KB (683 words) - 19:11, 25 January 2023
  • :: or, if it's not present, the client uses the sound "default_dig_${groupname}" (file nam : If the nodedef has a can_dig function, it's executed and probably stops the digging.
    2 KB (422 words) - 19:08, 25 January 2023
  • ...other hand, may be called at any time since it does not depend on the world's seed. Here's an example of the noiseparams:
    3 KB (457 words) - 09:39, 24 May 2022
  • Let's say we want to create a fractal “Y” shape: It looks like a “Y” but ...first A has been replaced by the whole of rule A). In the next step both A's at the end of the branches are replaced, again with the whole of rule A, gi
    5 KB (859 words) - 10:10, 24 May 2022
  • ...ll core, that was the original network multiplayer release of Minetest (let's call it NMPR; the 2010-10-24 version). Being around 10000 lines of code, it ...t the moment, and thorough understanding of it isn't that important, so let's skip it as of now.
    6 KB (970 words) - 22:31, 17 November 2023
  • ...|Engine Structure]] - for an introduction and light reference to the engine's structure. Start here.
    1 KB (202 words) - 16:53, 21 August 2022
  • |It's complicated ... |It's complicated ...
    3 KB (549 words) - 13:48, 19 April 2023
  • * Long multi-line comments should use Lua's multi-line comment format with no leading characters except a <code>--</cod ...in a table, it's indented by one tab and if the arguments get own lines, it's indented like a table.
    9 KB (1,382 words) - 01:52, 21 March 2021
  • See [https://blog.rubenwardy.com/2022/12/02/minetest-steam-deck/ rubenwardy's blog post]
    2 KB (207 words) - 16:22, 24 March 2023
  • ...like you expect, but rather 0.00000000000002 or something of the sort. Lua's number-to-string conversion is not exact, and you may think that your index If that's not the case, it could then be that you're either:<br/ >
    7 KB (1,178 words) - 09:08, 8 April 2024
  • From client's standpoint: The handshake before protocol 25 was, from client's standpoint:
    10 KB (1,549 words) - 19:36, 18 June 2020
  • ...t *some* PNG file is bad. But this warning is useless for you because there's no file name mentioned. ...ull volume or not hearable at all (if you're out of the sound range); there's no gradient at all. This can be annoying.
    13 KB (2,143 words) - 11:17, 1 May 2023
  • ...concerns are split between this and req2. This is about knowing the engine's design along with its pitfalls.
    2 KB (357 words) - 16:08, 24 September 2022
  • * Has write access to the Minetest team's repositories on GitHub
    2 KB (275 words) - 15:31, 18 February 2024
  • This was only a quick overview. Refer to the mod's README.md for a more detailed and up-to-date information. * Specify the mod's / game's version number, if possible, so the users can see whether this page is stil
    7 KB (1,228 words) - 15:25, 13 May 2019
  • The CAO of each player also exists on the player's clients itself,
    2 KB (334 words) - 10:27, 24 May 2022
  • * Ignore: Where map is not generated, there's ignore. <code>minetest.get_node</code> gives ignore also if the map is not * Air: Air is set when a node is removed. For the player it's empty space.
    5 KB (834 words) - 13:45, 25 October 2022
  • The official Lua API documentation is <code>lua_api.md</code>. It's available as [https://github.com/minetest/minetest/blob/master/doc/lua_api.
    3 KB (398 words) - 16:44, 18 September 2023
  • ...rid or a sub division. Note this is a general rule, there are cases when it's OK such as [https://github.com/minetest/minetest_game/pull/793 chests]
    2 KB (280 words) - 11:53, 24 May 2022
  • ...rebase a remote branch in a local repository for more in-depth tools. There's also the ancient workflow of appending .patch to the pull request URL, gett ** PR assignments show who's taking care of the PR; leaving the option to @ them to progress.
    5 KB (891 words) - 15:31, 18 February 2024
  • In addition, you need to add the depending mod into your mod's optional dependencies list in <code>mod.conf</code>.
    3 KB (420 words) - 12:14, 17 December 2022
  • The language will be plaintext lua (no bytecode, as it's insecure and against the open source nature of minetest). There won't be an
    6 KB (887 words) - 21:16, 15 August 2022
  • There's a mod that solves the problem of interoperability: To get started with this modpack quickly, there's an example mod to demonstrate how to use these mods: [http://repo.or.cz/min
    16 KB (2,578 words) - 11:19, 1 May 2023
  • ...rrscreen.c?id=01e18af17f8dc91451fbd0902049045afd1cea7e#n325 like X.org]. It's better to use inline functions or lambdas instead. * Don't put actual code in header files, unless it's a 4-liner, an inline function, or part of a template.
    9 KB (1,435 words) - 21:04, 6 March 2024
  • ...running the generator or poke a core dev to update the translations when it's needed. Note that builtin translations are handled separately, see the main ...with <code>git log --graph weblate/master</code> that it bases on upstream's master, and only has "Translated using Weblate" as additional commits, no m
    13 KB (2,113 words) - 17:11, 9 November 2023
  • ...me conflicts by hand. This is obviously the least flexible solution, but it's also the simplest. But for larger games with more complex physics, you will
    4 KB (671 words) - 11:18, 1 May 2023
  • ...ing. If enabled, it culls scene nodes which are entirely out of the camera's view fulcrum. <br /> ...ild a full-sized boat in Minetest, and then drive it around the ocean? That's one example of something that would be possible with this feature.<br />
    8 KB (1,296 words) - 13:45, 25 October 2022
  • 5 KB (801 words) - 19:48, 25 January 2023
  • ''This page is based on Paramat's [https://forum.minetest.net/viewtopic.php?t=16043 forum topic] and has been
    5 KB (756 words) - 19:52, 26 June 2020
  • * Any default games: Change to game's <code>mods</code> directory, then run <code>util/mod_translation_updater.py ...at like <code>5.1.1-ppa0</code>. You should keep the ppa postfix so that it's easy to differentiate the package by origin, ppa or upstream Debian.
    14 KB (2,201 words) - 18:31, 6 May 2024
  • ...st/pull/13020#issuecomment-1944150506 3d line rendering]: thoughts on grorp's primitive suggestion (Zughy) ** general agreement to grorp's comment
    55 KB (7,809 words) - 16:23, 28 April 2024
  • This is Minetest's old changelog for outdated Minetest versions and posterity. * Don't use luaL_checkstring to read node names, it's only for arguments (ShadowNinja)
    94 KB (14,569 words) - 22:32, 3 October 2021
  • Code details are intentionally omitted due to the changelog target audience's interests. * Disable inventory if player's inventory formspec is blank (''ROllerozxa'')
    95 KB (12,760 words) - 15:47, 28 April 2024