Summary
- Tell Java to do basic mathematics correctly (commit: b2216a8) (details)
- Catch errors in the event manager (commit: bb66aef) (details)
- Correct meta (commit: 398a790) (details)
- Add get_spawnable_blocks[<material>] (commit: 9cba9fd) (details)
- Better meta docs (commit: f9c734e) (details)
- Add <player> and <npc> to the error events (commit: ce351f0) (details)
- Remove Genies, update util (commit: 0470b48) (details)
- Fix some weirdness (commit: 24bbf3c) (details)
- Finish 'player equips armor' event, add 'player unequips armor' (commit: bf37a3b) (details)
- Add separate readSingleTag method (commit: 343ac36) (details)
- add tag list.parse[tag] (commit: 0b76672) (details)
- Add list.find_all[element] (commit: 42e6f2a) (details)
- Make list.get accept a list (commit: aa31593) (details)
- Make list.remove accept a list (commit: 085c3cf) (details)
- Add tags list.find_partial, find_all_partial (commit: 97c75bb) (details)
- Throw less errors in the time command (commit: 30df8ca) (details)
- Fix potential entity.name error (commit: 4387419) (details)
- Calm down list formatting (commit: 74a5a86) (details)
- NPC Despawn event can fire after remove (commit: daccaa4) (details)
- Don't re-register NPCs (commit: f622c6c) (details)
- Fix the entity shoots block event (commit: 6d70f00) (details)
- Fix dispenser equip cancellation (commit: 298868e) (details)