VoxeLibre/mods
William Goodspeed c03f9abd18 Fix the placement check of ladder
The old code takes the first return val of `minetest.item_place_node'
which is `itemstack'. Therefore, the variable `success' in the old code
is always true. The new code takes the second val which will be nil if
an invalid node placement occured.

This check is necessary since the ladder may be placed in the front of
pointed block while there is a node with hole (slabs, fences etc.) at
the same place resulting an invalid placement and sound played when
it shouldn't be played.
2024-08-17 18:38:01 +02:00
..
CORE Add new supported_node_facedir group and apply it to item frames (#4291) 2024-05-26 15:21:14 +00:00
ENTITIES Update mount.lua to fix horse riding problem (#4580) 2024-08-16 22:21:18 +02:00
ENVIRONMENT Fix crashes with raids and bad omen effect (#4326) 2024-05-26 15:21:43 +00:00
HELP Fix some formspecs on mobile (#4456) 2024-06-24 03:26:02 +02:00
HUD Address review comments 2024-06-26 06:52:26 -05:00
ITEMS Fix the placement check of ladder 2024-08-17 18:38:01 +02:00
MAPGEN Not all mangrove trees were post-processed (#4584) 2024-08-16 21:58:04 +02:00
MISC mcl_privs pt_BR translation 2023-12-22 23:45:07 +01:00
PLAYER Remove unused function in mcl_hunger 2024-05-22 21:03:43 +02:00