mainmenu_csm/builtin
PilzAdam 42e67c79c1
Add on_rightclick(pos, node, clicker) callback for nodes
2022-05-21 16:10:23 +02:00
..
auth.lua Fix unable to join server first time with a password 2022-05-21 16:07:31 +02:00
builtin.lua Move falling to builtin 2022-05-21 16:07:52 +02:00
chatcommands.lua Log /grant and /revoke command usage 2022-05-21 16:10:20 +02:00
deprecated.lua Deprecate minetest.add_to_creative_inventory and use group not_in_creative_inventory instead 2022-05-21 16:07:48 +02:00
detached_inventory.lua Detached inventory callbacks and reworked node metadata callbacks 2022-05-21 16:07:47 +02:00
falling.lua Add the group attached_node Nodes in this group will be dropped as items if the node under them or the node in the wallmounted direction is not walkable. 2022-05-21 16:10:21 +02:00
item.lua Add on_rightclick(pos, node, clicker) callback for nodes 2022-05-21 16:10:23 +02:00
item_entity.lua Fix item entity's collision with nodeboxes 2022-05-21 16:10:22 +02:00
misc.lua Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return a string to aid better inter-object compatibility of code that assumes objects to be players 2022-05-21 16:07:37 +02:00
misc_helpers.lua Split builtin.lua to multiple files 2022-05-21 16:07:28 +02:00
misc_register.lua Add shutdown hook interface to Lua API 2022-05-21 16:10:20 +02:00
privileges.lua Only fly through walls in noclip mode wich requires the noclip privilege 2022-05-21 16:10:22 +02:00
serialize.lua Add minetest.serialize() and minetest.deserialize() 2022-05-21 16:07:38 +02:00
static_spawn.lua Support static_spawnpoint setting 2022-05-21 16:07:32 +02:00