Skip to content

Changes

#2792 (Dec 6, 2022, 3:50:47 PM)

  1. Make lookAtFunction use packets for yaw, tweak API further (commit: d34fd48) — fullwall / detail

#2782 (Dec 3, 2022, 1:05:03 PM)

  1. Remove some dead code (commit: c935caa) — fullwall / detail

#2778 (Dec 3, 2022, 10:23:12 AM)

  1. Fix some issues with ShopTrait item costs/results and add NBT filter API. Adjust /npc item to be more flexible. (commit: ede598c) — fullwall / detail

#2772 (Nov 29, 2022, 10:14:24 PM)

  1. Add way to set custom name directly (commit: 8a65d4a) — fullwall / detail

#2770 (Nov 28, 2022, 3:11:26 PM)

  1. Add per-player rotation API (commit: b805019) — fullwall / detail

#2761 (Nov 14, 2022, 3:54:01 PM)

  1. Implement cancellable variant (commit: d9c55b9) — fullwall / detail

#2758 (Nov 13, 2022, 3:34:31 PM)

  1. Implement knockback event (commit: ed9230c) — fullwall / detail

#2757 (Nov 13, 2022, 12:55:14 PM)

  1. Implement isPushableByFluid metadata up to 1.13.2 (commit: da19c90) — fullwall / detail

#2747 (Nov 10, 2022, 1:32:04 PM)

  1. Fix /npc pickupitems message and for players, null casing for /npc panimate START_SLEEPING (commit: 35245a5) — fullwall / detail

#2746 (Nov 7, 2022, 3:31:26 PM)

  1. Widen navigating definition (commit: 73689cf) — fullwall / detail

#2740 (Oct 28, 2022, 11:21:05 AM)

  1. Restore behavior tree before calling warden ai (commit: d532dae) — fullwall / detail
  2. Fix wardens not having their dig cooldown set properly (commit: 45114dc) — fullwall / detail

#2734 (Oct 25, 2022, 9:07:41 AM)

  1. Add SleepTrait (commit: f8cdbc4) — fullwall / detail

#2731 (Oct 22, 2022, 2:43:14 AM)

  1. Add STOP_ELYTRA PlayerAnimation, add a right click option to /npc shop to avoid having to make a command for it (commit: f6d7ebe) — fullwall / detail

#2727 (Oct 16, 2022, 5:18:06 PM)

  1. WIP fix for NPCs not despawning properly (commit: d04ea81) — fullwall / detail

#2712 (Oct 4, 2022, 3:43:06 PM)

  1. Consolidate sit implementation, persist sit location to avoid sinking over successive restarts (commit: fc83c28) — fullwall / detail

#2706 (Oct 1, 2022, 6:44:31 PM)

  1. Make pathfinder max visited nodes configurable (#2902) (commit: d29781e) — noreply / detail

#2703 (Sep 14, 2022, 5:02:21 PM)

  1. Fix wither arrow shield typo (commit: 03e757d) — fullwall / detail

#2695 (Sep 11, 2022, 2:30:15 AM)

  1. Fix snowman in 1.19 (commit: 2e820be) — fullwall / detail

#2692 (Sep 10, 2022, 2:09:04 AM)

  1. Try to deploy parent pom (commit: 1977e14) — fullwall / detail

#2690 (Sep 9, 2022, 11:05:55 AM)

  1. Update poms for new repo (commit: d64cfda) — fullwall / detail

#2679 (Sep 8, 2022, 5:29:39 AM)

  1. Adjust /npc wither charged -> invulnerable, add arrow-shield (commit: 1ccc2ea) — fullwall / detail

#2672 (Aug 22, 2022, 2:51:59 PM)

  1. Compare center (commit: 479e350) — fullwall / detail

#2671 (Aug 22, 2022, 2:31:24 PM)

  1. Change logging (commit: 6b2440d) — fullwall / detail

#2670 (Aug 22, 2022, 2:11:21 PM)

  1. Add debugging command (commit: 0a0f4a8) — fullwall / detail

#2662 (Aug 6, 2022, 2:20:48 AM)

  1. Bump to 1.19.2 (commit: 4bb3ee8) — fullwall / detail

#2659 (Aug 4, 2022, 3:49:18 AM)

  1. Use EntitiesLoadEvent instead of ChunkLoadEvent, other minor fixes (commit: 0afeb47) — fullwall / detail

#2646 (Jul 27, 2022, 10:37:23 PM)

  1. Add /npc allay (commit: 7b3c0c8) — fullwall / detail

#2641 (Jul 27, 2022, 9:04:46 PM)

  1. 1.19.1 update (commit: 2aa6b86) — fullwall / detail

#2634 (Jul 26, 2022, 7:10:00 AM)

  1. Stop anvil guis from giving out input items (commit: ddf5660) — fullwall / detail

#2633 (Jul 25, 2022, 3:14:33 PM)

  1. Integrate team creation directly into ScoreboardTrait (commit: 5dbc578) — fullwall / detail

#2631 (Jul 25, 2022, 7:42:06 AM)

  1. Aggressively send scoreboard teams (commit: acca94d) — fullwall / detail

#2624 (Jul 22, 2022, 7:23:45 AM)

  1. Update maven pom plugin version and trial a microoptimisation for players (commit: d7ce79f) — fullwall / detail

#2620 (Jul 21, 2022, 4:58:01 PM)

  1. Fix updateInventoryTitle on containers (commit: b6eb42e) — fullwall / detail

#2619 (Jul 21, 2022, 4:44:07 PM)

  1. Attempt to fix title updating (commit: b89073d) — fullwall / detail

#2615 (Jul 17, 2022, 2:30:13 PM)

  1. Make llamatrait 1.12 compatible, work on /npc shop (commit: 9c9199d) — fullwall / detail

#2614 (Jul 16, 2022, 6:48:01 PM)

  1. Manually prevent clientside prediction for allay pickups, prevent item pickups on protected mobs (commit: 34aea65) — fullwall / detail

#2610 (Jul 15, 2022, 2:22:35 AM)

  1. Fix itemframes, add /npc debug command, don't lowercase skin names early in skintrait (commit: 58b5317) — fullwall / detail

#2607 (Jul 13, 2022, 12:09:55 PM)

  1. Remove team unregistering to ScoreboardTrait, add scoreboard-teams send ticks to assist with a possible scoreboard conflict (commit: 4dfac9c) — fullwall / detail

#2606 (Jul 9, 2022, 5:54:01 PM)

  1. Consolidate versioned trait commands (commit: 3fcf893) — fullwall / detail

#2602 (Jul 7, 2022, 3:34:41 PM)

  1. Add /npc piglin --dancing (commit: 98c2d34) — fullwall / detail

#2601 (Jul 5, 2022, 11:14:27 AM)

  1. Fix double updating bee/bat/ghast AI (commit: 35dd407) — fullwall / detail

#2596 (Jun 26, 2022, 3:29:05 PM)

  1. Fix SmoothRotationTrait rotating towards 0 on respawn (commit: d761763) — fullwall / detail

#2587 (Jun 24, 2022, 4:43:50 AM)

  1. Fix dropstrait, allow player hurt/death sound to be set (commit: 36cbef8) — fullwall / detail

#2585 (Jun 22, 2022, 4:35:29 AM)

  1. Set destination even for non NPCs (commit: bf53272) — fullwall / detail

#2582 (Jun 21, 2022, 3:53:54 PM)

  1. Adjust minecraft pathfinder to look less frequently and pathfind closer to destination in players (commit: 318596c) — fullwall / detail

#2577 (Jun 17, 2022, 12:41:59 PM)

  1. Stop allay picking up loot if protected (commit: 552d254) — fullwall / detail

#2575 (Jun 15, 2022, 2:20:44 PM)

  1. Block minecraft warden/allay behaviours (commit: 8495613) — fullwall / detail

#2573 (Jun 14, 2022, 1:39:03 PM)

  1. Add SitTrait for NPCs (commit: 4768a4f) — fullwall / detail

#2570 (Jun 12, 2022, 11:50:49 AM)

  1. Implement anvil GUI (commit: 2e2a837) — fullwall / detail

#2569 (Jun 11, 2022, 5:38:29 PM)

  1. Implement new API (commit: 21f3a77) — fullwall / detail

#2567 (Jun 11, 2022, 7:18:07 AM)

  1. Fix tadpoles, /npc goat, don't build unnecessary modules (commit: 53d8e96) — fullwall / detail

#2564 (Jun 8, 2022, 6:08:36 AM)

  1. Remove eclipse compiler from poms (commit: 4c3224e) — fullwall / detail

#2560 (Jun 8, 2022, 3:59:45 AM)

  1. Attempt to update to 1.19 (commit: d94e83b) — fullwall / detail