Commit Graph

29 Commits

Author SHA1 Message Date
PikaMug
7f1adc37e1 Remove unused method and NBT usage 2024-08-08 05:13:57 -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
ba078ea7f8 Use block placement material on 1.21+, fixes #2256 2024-07-22 18:29:07 -04:00
PikaMug
f63ad2f575 Correctly ignore blocks replaced, fixes #2253 2024-07-19 22:46:24 -04:00
PikaMug
f1b45fd584 Fix giving points to offline players, fixes #2251 2024-07-18 12:55:44 -04:00
PikaMug
89a1b1eb70 Compare levels of Tipped Arrow, fixes #2228 2024-07-16 13:45:44 -04:00
PikaMug
db83260706 Track progress through int, part 6. See #2250 2024-07-14 23:38:05 -04:00
PikaMug
0d79f5fbc1 Track progress through int, part 2. Fixes #2246 2024-07-12 13:57:13 -04:00
PikaMug
10880e8a2e Inform lack of crafting space, see #2247 2024-07-09 00:42:25 -04:00
PikaMug
9d729dc6ae Check for objective before slots, fixes #2247 2024-07-08 10:06:13 -04:00
PikaMug
e24b364297 Track progress through int, part 1. See #2246 2024-07-08 09:58:47 -04:00
PikaMug
dfe788c0ad Check available slots on craft, fixes #2245 2024-07-04 06:08:26 -04:00
PikaMug
40e2ccc129 Yet another Paper workaround, fixes #2243 2024-07-03 23:01:58 -04:00
PikaMug
d35a1cf1cb More of the last commit 2024-07-01 04:12:04 -04:00
PikaMug
2d4c4c08a3 Paper build workaround, fixes #2236 2024-06-30 00:46:35 -04:00
PikaMug
8eec73bf04 Hotfix for new item flags 2024-06-17 20:02:15 -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
a7e9e41d68 Employ safer collections in factories, fixes #2212 2024-05-21 04:57:30 -04:00
PikaMug
1fdb1b8a80 Check bottle after shift-click, fixes #2206 2024-05-13 01:20:38 -04:00
PikaMug
74a3d093fa Prevent brew result drag, fixes #2203 2024-05-10 01:24:04 -04:00
PikaMug
a6635bb79c Divert tag color to lang files, part 1. See #2202 2024-05-03 10:11:48 -04:00
PikaMug
085cb1e53f Remove unused dependency information 2024-03-20 06:14:11 -04:00
PikaMug
f619b6c091 Always let player login find compass target 2024-02-23 13:16:19 -05:00
PikaMug
3359fd3175 Audio on original video got yoinked 2023-12-04 23:36:22 -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