cd6e8bed37
Change staticdata serialization (with migration from old data), disable debugging code used to investigate https://git.minetest.land/MineClone2/MineClone2/issues/2446
30109f2ed3
Change to vector.new from {x=...}, relocate movement code to own function for future changes
Fix #4189 - Modify mcl_util.select_stack to allow specifying the number of items that will be moved, modify hopper on_try_push functions to specify only 1 item will be moved at a time, general cleanup of touched code
Hopper won't push items if entire stack doesn't fit into destination
103cb8e933
Modify mcl_util.select_stack to allow specifying the number of items that will be moved, modify hopper on_try_push functions to specify only 1 item will be moved at a time, general cleanup of touched code (reduce indent - 1 place, break filter functions out of function call parameter - 4 places)
Pistons don't retract after game crash
I have attempted to reproduce this bug without success. Here is what I have tried:
Versions:
- 0.86.2 - downloaded from https://git.minetest.land/MineClone2/MineClone2/archive/0.86.2.zip *…