Commit Graph

42 Commits

Author SHA1 Message Date
PikaMug
e26182705e Use existing stage for fail action, fixes #2286 2024-08-29 10:33:51 -04:00
PikaMug
98441a6b65 Compare against goal amount, fixes #2280 2024-08-20 05:54:49 -04:00
PikaMug
268f3e2e56 Item progress may not exceed 64, fixes #2278 2024-08-15 08:55:39 -04:00
PikaMug
7f1adc37e1 Remove unused method and NBT usage 2024-08-08 05:13:57 -04:00
PikaMug
3a94526373 Do not exceed goal amount, fixes #2274 2024-08-08 05:08:16 -04:00
PikaMug
1ab2b18bfc Expose potion level for 1.9+, part 4. See #2232 2024-08-05 04:28:02 -04:00
PikaMug
5d0d7b9f00 Update headers 2024-07-31 02:40:59 -04:00
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
f5b3dc8614 Break if goal not present, see #2258 2024-07-21 22:21:26 -04:00
PikaMug
94d55c3be7 Argument check and debug cleanup 2024-07-16 11:03:13 -04:00
PikaMug
db83260706 Track progress through int, part 6. See #2250 2024-07-14 23:38:05 -04:00
PikaMug
217620a4db Track progress through int, part 5. See #2250 2024-07-14 16:41:57 -04:00
PikaMug
c9c4979d60 Track progress through int, part 4. See #2250 2024-07-14 16:10:46 -04:00
PikaMug
7e4f1ea561 Track progress through int, part 3. See #2250 2024-07-13 17:26:50 -04:00
PikaMug
0d79f5fbc1 Track progress through int, part 2. Fixes #2246 2024-07-12 13:57:13 -04:00
PikaMug
e24b364297 Track progress through int, part 1. See #2246 2024-07-08 09:58:47 -04:00
PikaMug
8f89eb9d8c Addendum to previous commit 2024-07-04 06:46:20 -04:00
PikaMug
82804e700d Deprecate progress as item, see #2240 2024-07-04 06:44:55 -04:00
PikaMug
52cf6f1756 Temporary fix for #2233 2024-06-23 18:35:10 -04:00
PikaMug
aa8285f464 Potential fix for #2233 2024-06-23 12:58:23 -04:00
PikaMug
f68a9fb3ad Forced quest messages can be empty, fixes #2221 2024-06-05 11:11:27 -04:00
PikaMug
4dacb4532f Clean up a few warnings, update library 2024-05-21 05:03:52 -04:00
PikaMug
a7e9e41d68 Employ safer collections in factories, fixes #2212 2024-05-21 04:57:30 -04:00
PikaMug
15044ba9e2 Display tipped arrow level, fixes #2208 2024-05-17 22:55:15 -04:00
PikaMug
181f4e0dec Expose potion level for 1.9+, part 3. See #2205 2024-05-14 18:16:24 -04:00
PikaMug
90f8f0ec27 Expose potion level for 1.9+, part 2. See #2205 2024-05-13 01:44:40 -04:00
PikaMug
94fee10e96 Expose potion level for 1.9+, fixes #2205 2024-05-12 23:04:18 -04:00
PikaMug
a6635bb79c Divert tag color to lang files, part 1. See #2202 2024-05-03 10:11:48 -04:00
PikaMug
605e63d2a4 Use offline player on quit, fixes #2199 2024-04-17 04:21:24 -04:00
PikaMug
f908d1c353 Remove legacy objective message code 2024-03-19 03:51:56 -04:00
PikaMug
d35301d1e5 Process custom requirement display placeholders 2024-02-15 12:31:34 -05:00
PikaMug
c91e2f6149 Null check before compass comparison, fixes #2182 2024-01-16 21:33:46 -05:00
PikaMug
3f2465fe6c Clear extra space from custom objective display 2024-01-12 05:17:07 -05:00
PikaMug
3e59fc5659 Parse format tokens in objective message 2024-01-11 17:23:39 -05:00
PikaMug
3413895abf Reset target of Quest Compass on quit 2024-01-08 19:06:58 -05:00
PikaMug
82de833b60 Update target of Quest Compass for OP 2024-01-01 17:53:34 -05:00
D3v1s0m
90a38e06ae
Add support for ZNPCsPlus 2.x (#2161) 2023-11-15 12:34:29 -05:00
PikaMug
162db479d2 Fix progress for singular objectives, fixes #2152 2023-10-31 00:08:32 -04:00
PikaMug
07c1ae8610 Workaround invalid custom objective string 2023-10-30 22:21:51 -04:00
PikaMug
19c6f02cc8 Refactor current quests method 2023-10-09 18:42:19 -04: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