Commit Graph

13 Commits

Author SHA1 Message Date
PikaMug
c9d77d5708
Improved block tracking by @IllusionTheDev (#2270)
* Initial support for modern block tracking

* Use BlockItemStack for other block events

* Change internals to use BlockItemStack

* Update types and compare

* legacy block data support

* Fix item name translation

* Remove unused imports and cleanup

* Blocks do not have display names

* help I accidentally ran the auto formatter

* Cast the correct value

* Tiny format

* Use correct goal object

---------

Co-authored-by: Illusion <imdatillusion@gmail.com>
2024-07-30 22:24:34 -04:00
PikaMug
70119ad4ab Special case for 1.21+ crops, fixes #2256 2024-07-23 22:27:45 -04:00
PikaMug
db83260706 Track progress through int, part 6. See #2250 2024-07-14 23:38:05 -04:00
PikaMug
2a48e147d1 Only advise updates for newer versions 2024-06-01 06:05:26 -04:00
PikaMug
4dacb4532f Clean up a few warnings, update library 2024-05-21 05:03:52 -04:00
PikaMug
5805b47e88 New quest IDs use leading zeros 2023-12-06 18:47:54 -05:00
PikaMug
45a64a05ed Move storage files to nested folder 2023-12-06 02:14:20 -05:00
PikaMug
7a581532cf Prevent duplicate ZNPCsPlus 2.x listener 2023-12-05 00:26:33 -05:00
PikaMug
c9ae34c146 Adjust log output 2023-12-03 22:30:52 -05:00
PikaMug
85c99bac5a Check NPC registry at startup, fixes #2168 2023-12-03 22:29:56 -05:00
PikaMug
46e5364b88 Undo 2e6ab6c but apply to 2.x since API can be null 2023-11-15 15:08:21 -05:00
D3v1s0m
90a38e06ae
Add support for ZNPCsPlus 2.x (#2161) 2023-11-15 12:34:29 -05:00
PikaMug
720538d0f8
Quests 5 (#2146)
* Begin refactoring, update license. Bump version

* Update locale library

* More refactoring

* Still more refactoring

* Even more refactoring

* Cut missing quest requirement, fixes #2131

* Yet more refactoring

* Refactoring intensifies

* Wreaks of refactoring

* Add debug warning for #2138

* Refactoring too stronk

* Such refactoring wow

* Do not assume click index, fixes #2143

* Bump version

* Update headers
2023-10-01 10:53:50 -04:00