Skip to content

Changes

#1721 (Nov 9, 2020, 8:49:03 AM)

  1. MC 1.16.4, Denizen 1.1.8 (commit: 23ae69e) — agoodwin / detail

#1717 (Sep 27, 2020, 12:25:24 AM)

  1. 1.16.3, Denizen 1.1.7 (commit: 07f8d21) — agoodwin / detail

#1716 (Sep 11, 2020, 4:15:21 AM)

  1. 1.16.2 part 5: label as Denizen 1.1.6 (commit: e117980) — agoodwin / detail
  2. reflectionhelper moved to core (commit: d2c7758) — agoodwin / detail

#1713 (Jul 21, 2020, 5:33:31 PM)

  1. Denizen v1.1.5 and basic API-level compat with MC 1.16 (commit: ca86331) — agoodwin / detail
  2. additional cleaning from 1.12 removal (commit: 200df93) — agoodwin / detail
  3. clean some TODO's related to 1.12 (commit: 9679a87) — agoodwin / detail
  4. add max_stack_size mech (commit: bcfe0ee) — agoodwin / detail
  5. (relates to 1.12 drop) use Spigot's setBiome instead of old NMS module (commit: 46e87ab) — agoodwin / detail
  6. refactor attachment to its own class (commit: c1e5252) — agoodwin / detail
  7. rework to cleaner internal code (commit: b1d9730) — agoodwin / detail
  8. attach command (commit: 34f6e5c) — agoodwin / detail
  9. use new hover api that doesn't work because spigot is bad (commit: 4560fed) — agoodwin / detail

#1712 (Jun 25, 2020, 1:47:55 AM)

  1. replace HasAI NMS Module with spigot api method (commit: 15b5345) — agoodwin / detail

#1711 (Jun 20, 2020, 3:25:17 PM)

  1. replace NMS breed mech with modern API option (commit: 3cee58e) — agoodwin / detail

#1709 (May 29, 2020, 1:59:08 PM)

  1. NMS backing for player.stop_sound mech (commit: 560ab4d) — agoodwin / detail
  2. add tags material.is_fuel, fuel_burn_time (commit: 34a31e4) — agoodwin / detail

#1708 (May 13, 2020, 10:11:47 AM)

  1. by default apply physics in adjustblock, add 'no_physics' (commit: 0e3183e) — agoodwin / detail
  2. allow show_to/hide_from_players on offline players (commit: 32c7606) — agoodwin / detail

#1707 (May 1, 2020, 7:20:56 AM)

  1. add player.client_brand (commit: 6d07fed) — agoodwin / detail
  2. experimental multi-match for item recipes (commit: e6d4277) — agoodwin / detail
  3. add entitytag.skin_layers tag+mech (commit: 8089d8a) — agoodwin / detail

#1705 (Apr 2, 2020, 7:13:29 AM)

  1. Denizen 1.1.4, targeting core 1.80 (commit: 7f9353e) — agoodwin / detail
  2. attach_to: allow multiple simultaneous attachments (commit: f50dea6) — agoodwin / detail

#1703 (Feb 29, 2020, 12:13:48 PM)

  1. v1.1.3, targeting core1.70 (commit: a7c3922) — agoodwin / detail
  2. semi-automated cleanup to match new core (commit: f5620d0) — agoodwin / detail

#1702 (Feb 2, 2020, 9:04:18 AM)

  1. implement action_bar deprecation, clean up 'actionbar' command a bit (commit: a8c0c3f) — agoodwin / detail
  2. Fix some legacy style code/comments (commit: ba51291) — agoodwin / detail

#1701 (Jan 22, 2020, 2:26:17 AM)

  1. backport noclip to all previous server versions (commit: ca9c1c1) — agoodwin / detail
  2. huge pile of cleanups (commit: 732afde) — agoodwin / detail
  3. remove legacy item script logic, fixes villager inconsistency (commit: ab4a203) — agoodwin / detail

#1699 (Dec 30, 2019, 4:50:44 AM)

  1. this is Denizen 1.1.2, for MC 1.15 (commit: 4e30cf2) — agoodwin / detail
  2. all-living-entity support for Absorption_Health, except for 1.12 (commit: a643562) — agoodwin / detail
  3. add player mecs 'resend_recipes', 'quietly_discover_recipe', fixes #2041 (commit: 01dcc1c) — agoodwin / detail
  4. 'resend_discovered_recipes' (commit: b608a1c) — agoodwin / detail
  5. add PlayerTag mechanism 'resend_recipes', fixes #2040 (commit: 5f727e0) — agoodwin / detail
  6. add HORSE_BUCK animation to 1.13,1.14,1.15 (commit: 0327e13) — agoodwin / detail
  7. redundant interface removal (commit: 49fbea4) — agoodwin / detail
  8. add IMPERFECT shield raise/lower event, for #2104 (commit: e60e77b) — agoodwin / detail

#1697 (Dec 3, 2019, 11:10:08 AM)

  1. add tag server.recipe_items, fixes #2066 (commit: 74acc05) — agoodwin / detail
  2. fix AbsorptionHearts get/set (commit: e1ed5a3) — agoodwin / detail

#1691 (Nov 19, 2019, 10:12:17 PM)

  1. backport last commit to 1.13 and 1.12 (commit: 5d0115a) — agoodwin / detail
  2. fix errors from non-deadly mobs in weapon_damage (commit: 7e6ab8b) — agoodwin / detail
  3. add LocationTag.local_difficulty (commit: 0d948c8) — agoodwin / detail

#1690 (Nov 10, 2019, 9:46:53 AM)

  1. compilability fixes (commit: 37ba7b0) — agoodwin / detail
  2. rename JNBTListTag to reduce mixups (commit: 50c72e7) — agoodwin / detail

#1689 (Oct 20, 2019, 2:19:45 AM)

  1. This is Denizen 1.1.1 (commit: 68485d2) — agoodwin / detail
  2. add an inexact recipe matcher option (commit: 32149d7) — agoodwin / detail
  3. fix location.line_of_sight (commit: 4958058) — agoodwin / detail
  4. add explicit item hover support (commit: 01b6ecc) — agoodwin / detail
  5. clean on_hover related bits (commit: d112ff9) — agoodwin / detail
  6. add tag entity.weapon_damage, fixes #2047 (commit: ec16cdc) — agoodwin / detail
  7. initial sponge schematic v2 format loader (commit: 5deed93) — agoodwin / detail

#1687 (Sep 22, 2019, 2:49:49 PM)

  1. fix 1.12 compat (commit: 8ae8f4b) — agoodwin / detail

#1686 (Sep 21, 2019, 1:19:21 AM)

  1. use better system for shaped recipes in 1.13+, for #1851 (commit: c5b45fc) — agoodwin / detail
  2. use NMS calls for furnace recipes in 1.13+, for #1851 (commit: 9448d9d) — agoodwin / detail
  3. use NMS calls for shapeless recipes in 1.13+, for #1851 (commit: ac8282d) — agoodwin / detail
  4. add new furnace options, for #1851 (commit: 8d52f85) — agoodwin / detail
  5. de-modulize some non-NMS stuff (commit: cacd7a6) — agoodwin / detail
  6. fix item script recipes for 1.13 (commit: 137fe5a) — agoodwin / detail
  7. fix exact-match requirement for 1.13 furnace recipes (commit: 1409bc0) — agoodwin / detail
  8. add knowledge book support for #2031 (commit: e169598) — agoodwin / detail
  9. add "item.recipe_ids" for #2031 (commit: 35c4a61) — agoodwin / detail
  10. redesign recipes layout in scripts (commit: a58bdc2) — agoodwin / detail
  11. add server reset_ and remove_ recipes mechs (commit: f7075a2) — agoodwin / detail

#1684 (Sep 11, 2019, 7:07:08 AM)

  1. add tridents to EntityItem, fixes #2025 (commit: 7980f53) — agoodwin / detail

#1683 (Sep 7, 2019, 10:40:51 PM)

  1. add materialtag.with (commit: 91d6768) — agoodwin / detail
  2. update to new core (commit: 68fafb6) — agoodwin / detail
  3. make inventory sets not fail on offline players (commit: db95e46) — agoodwin / detail
  4. remove achievement logic, replace with advancements (commit: dc63151) — agoodwin / detail

#1682 (Aug 19, 2019, 9:39:51 AM)

  1. simplify module names to match (commit: 5b9cb7f) — agoodwin / detail
  2. move the module classes to named subpackages (commit: bea9b95) — agoodwin / detail
  3. rename handlers, fix build issue (commit: 0c8988c) — agoodwin / detail
  4. remove unneeded class name specifics from NMS modules (commit: 1ec39f3) — agoodwin / detail
  5. simplify nmshandler calls (commit: 3e38726) — agoodwin / detail
  6. and now it actually works again (commit: 73e6fe9) — agoodwin / detail