Summary
- initial v1_15 file copy from v1_14 (commit: c7dc390) (details)
- basic v1_15 recognition, remove usage of removed API (noteblock) (commit: 03dc3fc) (details)
- first set of compiler-required renames (commit: 192f49b) (details)
- minimum change set to compile (commit: f1d884d) (details)
- this is Denizen 1.1.2, for MC 1.15 (commit: 4e30cf2) (details)
- initial fixes from testing (commit: 03639ec) (details)
- all-living-entity support for Absorption_Health, except for 1.12 (commit: a643562) (details)
- clearer error for broken item scripts (commit: 83d6c53) (details)
- fix item spawner properties (Spigot API is broken) (commit: feb2e73) (details)
- add tag cuboid.expand (commit: 23d55c7) (details)
- cuboidtag overall cleanup (commit: b4302c1) (details)
- fix Walk+Follow commands in 1.14+1.15, fixes #2090 (commit: 58eb522) (details)
- add player mecs 'resend_recipes', 'quietly_discover_recipe', fixes #2041 (commit: 01dcc1c) (details)
- 'resend_discovered_recipes' (commit: b608a1c) (details)
- add PlayerTag mechanism 'resend_recipes', fixes #2040 (commit: 5f727e0) (details)
- update Server Start Event to a ScriptEvent (commit: 6579e59) (details)
- fix precise_target and bounding_box (commit: df125e9) (details)
- fix Death Event Cause (NPE), move GenericCheck to core (commit: 0cdacf0) (details)
- several fixes related to sign handling (commit: 6397ab4) (details)
- allow specifying material type in the 'sign' command (commit: 5a20c60) (details)
- fix potential pushable error (commit: 2d236a5) (details)
- clean listtag handling issues (commit: 265ddfe) (details)
- add HORSE_BUCK animation to 1.13,1.14,1.15 (commit: 0327e13) (details)
- target 1.15.1 (commit: a5ced2a) (details)
- add Bee support to EntityAnger (commit: 89c6613) (details)
- fix typo (1.14->1.15) (commit: cd5fb42) (details)
- meta fix for potion effect vs type (commit: bd9af16) (details)
- fix some obtuse code in events (entity-npc conversion) (commit: a49f134) (details)
- add clarification to logs in event meta (commit: e571aae) (details)
- server_version stat + cleaning (commit: c28094f) (details)
- Knockback (#2094) (commit: a31eabd) (details)
- meta fix for knockback event (#2095) (commit: 0ee2524) (details)
- small fix for EntityAnger (#2098) (commit: 2b65dc7) (details)
- Snowy Property (#2096) (commit: 4d0f937) (details)
- Beehives (#2097) (commit: 2ba539b) (details)
- fix some issues with ClicksInInventory event contexts (commit: 0a142f7) (details)
- Snow level (#2100) (commit: d5405bb) (details)
- Bamboo (#2101) (commit: 771711d) (details)
- better material property names (commit: ef65691) (details)
- fix 'material.is_*' tags (commit: e6b9f4f) (details)
- fix previous commit (commit: 11eb589) (details)
- Switchable Stuff (#2102) (commit: 49e2201) (details)
- deprecate 'remaining_air' mech in favor of 'oxygen' with duration input (commit: 92a074e) (details)
- packet receive debugging (commit: df31860) (details)
- redundant interface removal (commit: 49fbea4) (details)
- fix unintended duplication of async events (commit: 409d467) (details)
- add IMPERFECT shield raise/lower event, for #2104 (commit: e60e77b) (details)
- NEW COMMAND: ADJUSTBLOCK (commit: 4fea8b3) (details)
- Campfires BlockData (#2105) (commit: 78f8d78) (details)
- make entity.is_living work for Type objects (commit: 6213ba0) (details)
- fix entity.is_living and .describe spawned vs not handling (commit: a2a543e) (details)
- add some waitable ref docs (commit: ccc357e) (details)
- fix per_player, fixes #2107 (commit: 7e6a20c) (details)
- add support to horse-like mobs in JumpStrength property (commit: 4610e88) (details)
- cleanup odd property things (commit: 511ee3f) (details)
- fix a bunch of bad newlines (commit: fcaa08e) (details)
- dedocument old radius/height/depth modifyblock args (commit: 351ac1e) (details)
- minor cleanup (redundant matches, damage trigger) (commit: f565238) (details)
- don't fail the entire load from a bad prestart script (commit: 832509e) (details)