| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
The items will now just disappear when dropped.
|
|
|
|
|
|
|
|
|
|
| |
Commands moved:
/me
/status
/time
/shutdown
/ban
/clearobjects
|
|
|
|
|
|
|
|
| |
This allows the removal of nodes with unknown types.
get_item_callback() (C++) would fail if a node has an unknown type. Now it
will try using the callback from minetest.nodedef_default in this case.
Also, minetest.node_dig() (Lua) was altered to always allow digging when
the node definition is empty (i.e. unknown node).
|
| |
|
| |
|
| |
|
|
|
|
| |
not_in_creative_inventory instead
|
| |
|
| |
|
|
|
|
| |
recycle the same ones, which callbacks can modify
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
__builtin:item:on_step()
|
| |
|
| |
|
| |
|
|
|
|
| |
otherwise the old names can't be used
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
a string to aid better inter-object compatibility of code that assumes objects to be players
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
chat line
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
compatibility
|
| |
|
| |
|