| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
half of second line
|
| |
|
|
|
|
| |
This reverts commit 4e5760a5416cbca6945b1b4484cbd96bea7b250c.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Similar to assuming a selection box for the nodebox drawtype, minetest.register_item() now assumes a selection box for the fencelike drawtype.
|
|
|
|
| |
Most modders would otherwise forget to explicitly define this, and generated nodes aliased from mods would wall-off caves
|
| |
|
| |
|
| |
|
|
|
|
| |
localization
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
old_craft_grid, craft_inv) and
minetest.register_craft_predict(itemstack, player, old_craft_grid,
craft_inv)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This not only makes the vector functions faster, but also makes them more
consistent with other functions.
|
| |
|
| |
|
|
|
|
|
|
| |
Instead of collecting all objects within a huge radius (which could be
a big value), just register each player that connects and give back the
current hold list.
|
| |
|