VoxeLibre/mods
kabou 8518ce2c19 Add support for `group:supported_node`
* Add support for `group:supported_node` to CORE/mcl_attached.
  Supported nodes are nodes that can be placed on any node that does not
  have the `drawtype = "airlike"` attribute.
* Copy the `drop_attached_node()` function from minetest/builtin, so
  that the override function provides the same behavior when nodes drop.
* Add comments to CORE/mcl_attached and to the functions defined in it.
* Add more local aliases for global minetest.* functions.
* If the original function returns true, it is not necessary anymore
  to perform more tests and the override function can simply return true
  immediately.
2022-03-19 02:32:13 +01:00
..
CORE Add support for `group:supported_node` 2022-03-19 02:32:13 +01:00
ENTITIES Remove unused code. 2022-03-18 11:39:11 +01:00
ENVIRONMENT mcl_weather 2022-02-23 23:58:05 +01:00
HELP ITEMS/mcl_anvils: fix renaming items w/o desc… 2022-03-05 15:35:39 +00:00
HUD make bottle o enchanting activate target 2022-02-26 22:20:05 +01:00
ITEMS fix #2068 2022-03-15 02:18:02 +00:00
MAPGEN Fix typos. 2022-03-09 18:50:41 +01:00
MISC mcl_commands 2022-02-23 23:58:05 +01:00
PLAYER mcl_skins 2022-02-23 23:58:05 +01:00