Skip to content

v0.6.0

Compare
Choose a tag to compare
@S-S-X S-S-X released this 08 Sep 21:58
· 62 commits to master since this release
753db96

Mineunit v0.6.0 many bugs fixed and new features added.

Change log since v0.5.0:

  • Add chat command handling.
  • Integrate spy.on patch to not cause side effects when registering spy.
  • Add core write_json & parse_json functions.
  • Fixed Minetest configuration file name.
  • Fix metadata values set to nil or empty string. Actual result was field value false, after fix field is properly removed.
  • Basic on_join/on_leave callbacks.
  • Add Player:get_pos / Player:set_pos methods.
  • Add Player:do_metadata_inventory_take and Player:do_metadata_inventory_put methods.
  • mineunit:protect allows Player as argument.
  • Clear metadata on set_node and remove_node. Handle on_destruct/after_destruct callbacks for set_node/remove_node.
  • Handle and execute ABMs, partial support (no support for chance, y_min, y_max or catch_up fields).
  • InvList type changed from userdata to table.