Summary
- clean up + improve 'on entity death' event (commit: c7ca2c8) (details)
- minor cleanings (commit: 09b882c) (details)
- add "chunk loads" as an event to itself, fixes #2074 (commit: abd7670) (details)
- add projectile collides event, fixes #2075 (commit: 4f9d4a0) (details)
- add brewing stand support to 'inventory.fuel', for #2046 (commit: b0f335c) (details)
- add 'inventory.input' for furnace+brewing stands, for #2046 (commit: 046cddb) (details)
- mechanism update for previous two commits, for #2046 (commit: 64efcf2) (details)
- clean up entity script meta (commit: a4ae082) (details)
- add brewing_time and _fuel_level, for #2046 (commit: 7f691ab) (details)
- add 'brewing stand fueled' event, for #2046 (commit: 4504a99) (details)
- add tag 'entity.script' (commit: 0cbdef4) (details)
- add generic protection for unexpectedly async events (commit: 290c1f8) (details)
- use the new BSED constructor more (commit: f22f362) (details)
- clean up usages of old errorless primitive parser (commit: 1e6eabf) (details)
- add BiomeTag.name (commit: e06856a) (details)
- add Entity.can_tick property, fixes #2078 (commit: 00bda1b) (details)
- improve denizen debug command meta and output (commit: 56d064e) (details)
- add tag server.recipe_items, fixes #2066 (commit: 74acc05) (details)
- add context.is_bed_spawn to player respawn event (commit: c2e0297) (details)
- shorter message on /ex when not -q (commit: 6b86805) (details)
- add show loading info config option and command (commit: 25be3c7) (details)
- add "per_player" argument to narrate command (commit: f3e35b6) (details)
- upgrade new property system (commit: 6527ddf) (details)
- update material properties to new property system (commit: 99697f3) (details)
- deprecate NBT command (commit: 4fc7b7f) (details)
- modernize opens/closes inventory events (commit: d771ccc) (details)
- aggressively warn about using flag events (commit: d4f69aa) (details)
- fix world.time.full (commit: b2867e1) (details)
- add mech 'item.material' (commit: 0c16df5) (details)
- improve server.list_* tags all around (commit: 4f7f0ea) (details)
- add objective-related server.scoreboard.tags (commit: 6fc5fb5) (details)
- add 'displayname:' arg to scoreboard command (commit: 2ebf0e1) (details)
- fix sidebar command error reporting (commit: d734d96) (details)
- scoreboard command: don't redefault existing criteria/displayslot (commit: 73eb6a9) (details)
- improve narrate command docs (commit: a6e5008) (details)
- fix narrate tag parsing, fixes #2080 (commit: de6fa21) (details)
- update sidebar usage meta (new example) (commit: 295c39f) (details)
- meta cleanup (quotes/etc) (commit: 1e62862) (details)
- minor code cleanup (commit: f76f29f) (details)
- add tag material.is_item (commit: 94a4518) (details)
- add object-based tag server.list_material_types and same for biomes (commit: 715bc23) (details)
- remove 'show_command_reports' (commit: f22ef1e) (details)
- minor meta cleanups (commit: a6abb3e) (details)
- huge pile of meta fixes (commit: f01921c) (details)
- additional meta fix (commit: 014d5f0) (details)
- this time for sure (commit: 6065db8) (details)
- add meta links all over (commit: 8a2caf6) (details)
- meta patches (key order) (commit: 78021c3) (details)
- Mech/Tag for SeaPickles' pickle_count (#2082) (commit: c5d097f) (details)
- add tag location.beacon_tier (commit: f82a56a) (details)
- add beacon primary+secondary effect tag/mech pair (commit: 35355df) (details)
- fix build (commit: cd14540) (details)
- Waterlogged mech/tag (#2083) (commit: c640e6e) (details)
- re-alphabetize property registration (commit: 0d4c6de) (details)
- fix AbsorptionHearts get/set (commit: e1ed5a3) (details)
- fix fake absorption health too (commit: d5c2043) (details)
- fix errors with attach_to (commit: f00ccbf) (details)
- prevent NPE from 'server generates exception' (commit: 560e7a7) (details)