Skip to content
Builds
No builds

Changes

#3580 (Oct 2, 2024, 9:09:15 AM)

  1. Standardise SPECTRAL_ARROW treatment and add missing Minecart type (commit: 8f7ae65) — fullwall / detail

#3579 (Oct 2, 2024, 9:00:48 AM)

  1. fix: remove duplicate and wrong entity controller definition for TippedArrow (#3155) (commit: 0e0e91e) — noreply / detail

#3576 (Sep 29, 2024, 9:28:38 AM)

  1. fix: remove duplicate entity controller definition for POTION in 1.21 (#3153) (commit: 75ee655) — noreply / detail

#3573 (Sep 29, 2024, 8:19:10 AM)

  1. Set step height attribute on spawn centrally instead of locally (commit: 59534df) — fullwall / detail

#3571 (Sep 24, 2024, 2:22:49 PM)

  1. Missed 1.21 change (commit: 0f701a3) — fullwall / detail

#3566 (Sep 17, 2024, 3:52:33 PM)

  1. Nuke the custom tag as well (commit: 905dff7) — fullwall / detail

#3564 (Sep 16, 2024, 11:07:37 AM)

  1. Edit Minecraft trade selection clearing again (commit: 7f9b4c6) — fullwall / detail

#3558 (Sep 9, 2024, 11:48:21 AM)

  1. Fix infinite loop in last ocmmit (commit: 826008d) — fullwall / detail

#3557 (Sep 9, 2024, 11:35:39 AM)

  1. Trial clearing component predicates for merchant offers in 1.20.6+ (commit: d4fba3b) — fullwall / detail

#3556 (Sep 9, 2024, 9:06:27 AM)

  1. Set hover in place to true for parrot npcs (commit: fa4ea79) — fullwall / detail

#3552 (Sep 8, 2024, 5:26:55 PM)

  1. Make meta filter more strict, move custom -> custom_data to match NBT (commit: a877566) — fullwall / detail

#3550 (Sep 8, 2024, 11:42:32 AM)

  1. Add custom tag parsing to shop, add /npc hologram insert, add /npc text send text to chat toggle (commit: d0ff1d1) — fullwall / detail

#3541 (Sep 1, 2024, 3:29:59 PM)

  1. Improve advancement performance by stubbing the SAM, don't initialise on every call (commit: bbd4512) — fullwall / detail

#3540 (Sep 1, 2024, 5:17:42 AM)

  1. Trial removing setPos for perf benefits (commit: 34126cc) — fullwall / detail

#3539 (Sep 1, 2024, 3:51:03 AM)

  1. Trial calling super#stopListening() in player advancements (commit: 045054c) — fullwall / detail

#3538 (Sep 1, 2024, 3:46:23 AM)

  1. Improve player spawn performance by moving advancement loading (commit: 0804f90) — fullwall / detail

#3537 (Aug 30, 2024, 4:54:42 PM)

  1. Try redoing 1.19.4 minecraft navigation as first step (commit: 5e6dabe) — fullwall / detail

#3531 (Aug 25, 2024, 3:17:35 PM)

  1. Mark pose dirty on NPC link to player (commit: 067bada) — fullwall / detail

#3530 (Aug 25, 2024, 2:02:07 PM)

  1. Try using base value for movement speed instead of modified value in movement control (commit: b984fb9) — fullwall / detail

#3529 (Aug 25, 2024, 11:07:37 AM)

  1. Fix impossible cast in old versions of minecraft (commit: bce7bac) — fullwall / detail

#3527 (Aug 25, 2024, 9:09:28 AM)

  1. Add refreshDimensions calls to player tick() (commit: cd24ce0) — fullwall / detail

#3523 (Aug 24, 2024, 6:40:39 PM)

  1. Don't use Y velocity in boat movement (commit: 79cf3f7) — fullwall / detail

#3522 (Aug 24, 2024, 6:16:27 PM)

  1. Remove villager reset pitch code (commit: fbb6a48) — fullwall / detail

#3521 (Aug 22, 2024, 3:14:39 PM)

  1. Add /npc inventory [player name] and fix some NPEs (commit: f71e9e4) — fullwall / detail

#3515 (Aug 20, 2024, 3:05:59 PM)

  1. Assume auth url has trailing slash (commit: 2fcdeec) — fullwall / detail

#3513 (Aug 19, 2024, 12:44:00 PM)

  1. Fix auth server url (commit: ca12c83) — fullwall / detail

#3508 (Aug 19, 2024, 3:50:47 AM)

  1. Restore AUTH_SERVER_URL functionality (commit: 5ffd6e4) — fullwall / detail

#3506 (Aug 18, 2024, 4:04:41 PM)

  1. Attempt fix for boat pathfinding - slightly hacky (commit: 93c78bb) — fullwall / detail

#3505 (Aug 18, 2024, 3:03:44 PM)

  1. Fix axolotl/dolphin movement speed being too slow with minecraft AI, remove nonfunctional makeBrain override (commit: 4f923c9) — fullwall / detail

#3497 (Aug 12, 2024, 3:56:54 AM)

  1. Add some hologram debug (commit: f78c87b) — fullwall / detail

#3491 (Aug 4, 2024, 5:24:28 AM)

  1. Update anvil code (commit: c8f6e4f) — fullwall / detail

#3489 (Jul 27, 2024, 1:04:15 PM)

  1. Use ResourceLocation.tryParse for SoundEvent (commit: f27fe08) — fullwall / detail

#3482 (Jul 20, 2024, 10:13:55 AM)

  1. Fix interaction height on 1.19.4 (commit: 3370fdd) — fullwall / detail

#3478 (Jul 19, 2024, 3:20:18 AM)

  1. Add skin fetching for bedrock players using skin prefix or -b flag in /npc skin. Hide the floodgate prefix for /npc mirror. Add NPCShopPurchaseEvent (commit: 2c0c7bf) — fullwall / detail

#3476 (Jul 14, 2024, 2:23:28 PM)

  1. Fix duplicate entity tracker creation (commit: 7447351) — fullwall / detail

#3475 (Jul 12, 2024, 9:26:02 AM)

  1. Replace entity tracked fields as well as chunk map ones (commit: 6d18bc1) — fullwall / detail

#3464 (Jul 7, 2024, 4:35:47 PM)

  1. Add /npc collidable --fluids and backport fluid pushable to <1.13. (commit: ad6b473) — fullwall / detail

#3462 (Jul 6, 2024, 2:14:06 PM)

  1. Add quotes around commands (commit: 4ba83dd) — fullwall / detail

#3448 (Jun 29, 2024, 6:16:46 AM)

  1. Prevent armadillo scutes from dropping in protected npcs (commit: 6e27ec8) — fullwall / detail

#3444 (Jun 26, 2024, 1:13:41 PM)

  1. Use new inventoryview abstraction (commit: 8cc2f0e) — fullwall / detail

#3439 (Jun 22, 2024, 5:21:56 AM)

  1. Fix players not jumping in newer minecraft versions (commit: 20ea3e8) — fullwall / detail

#3436 (Jun 19, 2024, 2:05:07 PM)

  1. Use new API, fix exp orb NPCs, make old waypoint markers use leash knot instead of eye of ender (commit: 6eb9ae4) — fullwall / detail

#3431 (Jun 14, 2024, 8:07:54 AM)

  1. Initial 1.21 update (commit: 6bcae0f) — fullwall / detail