Commit Graph

31 Commits

Author SHA1 Message Date
fullwall 8696a5709e Use new API 2024-03-23 23:46:09 +08:00
fullwall a1e4255771 Redecompile 1.20.2 minecraft pathfinder 2023-12-01 23:43:58 +08:00
fullwall 07fb13c284 Add /npc hologram viewrange, add /npc playerfilter --applywithin, work towards auto-hologram-sneak 2023-11-05 20:58:37 +08:00
fullwall 05048be1f7 Initial 1.20.2 update 2023-10-01 17:27:38 +08:00
fullwall 94a798ca45 Enforce controllable permission for players 2023-07-08 21:40:32 +08:00
fullwall c22916bb70 Use new method 2023-03-01 23:05:25 +08:00
fullwall 63f1013d46 Try fix controllable / sit trait issues 2023-02-23 23:52:27 +08:00
fullwall ba04e4b05f Fix phantom bugs 2023-02-05 15:25:29 +08:00
fullwall f2021cd60e Use @Arg in NPCCommands 2022-09-08 03:01:39 +08:00
fullwall 7683516d62 Avoid setting NPC.COLLIDABLE_METADATA on Player NPCs 2022-01-20 17:10:52 +08:00
fullwall ef4d746aee Add debug for hologram trait 2021-07-04 13:07:15 +08:00
Camotoy 91fcad1499
Fix llamas not being controllable with '/npc controllable' (#2412)
Llamas are looped in with horses for certain traits (such as having an inventory) but not in movement. This commit excludes llamas from the `updateHorizontalSpeed` check as they cannot be controlled in vanilla.

Tested with 1.12.2 and 1.16.4.
2020-12-21 11:08:44 +08:00
fullwall 7450c4db45 Use new getOrAddTrait methodf 2020-09-14 17:57:58 +08:00
fullwall e8c57acac1 Add boat movement to 1.16, include ID in default selection message 2020-07-27 10:44:13 +08:00
fullwall 0586f2ab89 Vehicles shouldn't use LookAirController 2020-07-10 14:04:53 +08:00
fullwall c1a89984a3 Rework mounted pathfinding 2020-05-12 20:28:41 +08:00
fullwall c2467b7a25 Adjust horse pathfinding 2020-05-12 16:48:21 +08:00
fullwall 10cea99af1 Disable milking protected NPC cows 2020-05-09 22:15:22 +08:00
fullwall a9ddebd8f8 Controllable should allow donkeys/mules to use horse physics, and delay skin respawning by a tick 2020-05-04 16:09:07 +08:00
fullwall f33c745e19 Add controllable ground direction modifier setting 2020-04-30 23:45:06 +08:00
fullwall 2383e8f551 Further reduce default controllable speed 2020-04-21 23:04:39 +08:00
fullwall 341f7b1990 Incorporate speed modifier into forward controllable speed and boost left/right speed 2020-04-19 18:07:49 +08:00
fullwall ade25b246a Use Minecraft horse controls 2020-02-14 22:42:03 +08:00
fullwall 3bf5881c4b Fix /npc equip for horses on 1.15, add max controllable speed setting 2020-02-14 19:00:06 +08:00
fullwall cd21b9fb8a Increase max controllable speed 2020-01-12 21:08:29 +09:00
fullwall 8c30a785a4 Add some javadoc 2019-05-16 19:58:29 +08:00
fullwall dfb5b90b38 Preliminary 1.13 update - some known issues 2018-07-19 20:18:47 +08:00
fullwall f33804609e Add -l flag to /npc spawn and add /npc metadata
Add /npc remove --owner
2018-01-01 14:41:10 +08:00
fullwall afb7e13ee6 Fix some issues with controllable 2016-12-11 17:12:29 +08:00
fullwall 7cd3e6d78f Controllable should use LookAirController for non-LivingEntity NPCs 2016-12-01 19:48:47 +08:00
fullwall 449a7bd46a Convert to multi module 2016-08-03 19:19:24 +08:00