Summary
- add 'main' and 'offhand' switches to swaps item event (commit: c74755e) (details)
- add mech player.selected_npc (commit: a98e42c) (details)
- add player.client_brand (commit: 6d07fed) (details)
- add tag ElementTag.split_lines_by_width and text_width (commit: cf0fbd2) (details)
- add tag ElementTag.rainbow, fixes #2188 (commit: ea7d1dd) (details)
- fix chunk height map handling in 1.15 and 1.14 (commit: cf98d88) (details)
- add tag ElementTag.lines_to_colored_list (commit: 3d2ad86) (details)
- add tag LocationTag.has_loot_table (commit: c997161) (details)
- add mechanism LocationTag.clear_loot_table (commit: 6e78cf0) (details)
- add a warning at startup when java versions other than 8 are used (commit: 720f005) (details)
- remove 1.12 legacy crafting system (commit: bbeface) (details)
- experimental multi-match for item recipes (commit: e6d4277) (details)
- fix build (commit: 11a7f08) (details)
- support cuboid input into cuboid.include (commit: a5d7478) (details)
- clean up the worst messes of CuboidTag (commit: 95e33c4) (details)
- is attribute.echoError in CuboidTag (commit: 3821db2) (details)
- add tag cuboidtag.with_world (commit: 202a8d8) (details)
- set new canRunScripts to false on types where that applies (commit: 12c234e) (details)
- use new script run internal API to push & shoot command (commit: 0744a75) (details)
- fix cuboid.add/set_member mech input (commit: 57ba920) (details)
- add entitytag.skin_layers tag+mech (commit: 8089d8a) (details)
- extra fix add/set member mechs (commit: 11afe99) (details)
- fix translated_name tag for blocks, fixes #2190 (commit: 51b665b) (details)
- swap inventory.script_name to just .script (commit: 46f16f0) (details)
- (experimental) modifyblock event source argument (commit: bc334e0) (details)
- documentation regarding 'after' events (commit: a69bc74) (details)
- Allow offline player statistic viewing/setting (#2191) (commit: 54c4ff9) (details)
- Add Paper tag base and tick_times tag (#2192) (commit: b631601) (details)
- Add Paper beacon effect event, fixes #2148 (#2193) (commit: a2b14c5) (details)
- fix material half mechanism for chests (commit: 31ecf00) (details)
- spawn command required args and meta fixes (commit: d13d392) (details)
- clean and simplify interact script grabber, add future-dep notice (commit: 43e462d) (details)
- fix inventory conversion typo (commit: f3ac3ef) (details)
- Add server.current_tick tag (#2194) (commit: ece1e63) (details)
- add server tags real/delta_time_since_start (commit: 4e77b5e) (details)
- add xp context and determine to fish event, fixes #2195 (commit: 875ccd6) (details)
- use new SkinTrait (commit: 9bd7b56) (details)
- fix 'changes sign' matcher oddity (commit: 9d40213) (details)
- remove some redundant meta (commit: 78a25d3) (details)
- allow specify a hash with the resource_pack mech (commit: 44313e5) (details)
- fix derped mech meta (commit: 05b7ba8) (details)
- improvements to the take command (commit: a3eeaec) (details)
- fix slot id format consistency in item damage events (commit: a8a0a1c) (details)
- material matchers should not count script items (commit: 899ff79) (details)
- use new ObjectTag.duplicate in types that might need it (commit: 6e1aa7f) (details)
- deprecate inventory add/remove, related cleaning (commit: c0b13c0) (details)
- fix bork with resource_pack hash (commit: b6dc5a3) (details)
- ItemInventory: operate as an item list, not inventory objects (commit: 82877d0) (details)
- update old meta (commit: ad2185d) (details)
- some meta fixes (commit: c6de45e) (details)
- fix beds being read backwards, fixes #2202 (commit: 93ab091) (details)
- narrating to an offline player shouldn't error (commit: 59ba299) (details)
- implement .full tag deprecations (commit: cafe4dd) (details)