A Minecraft mod that adds quests that can be completed by anyone
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Make quests easier to complete, make completed quests disappear from list, and add documentation for data packs
Fix quest creation by not loading until a quest is being created, so the quest loader can access the server object
Don't allow quests to have uncraftable items, creative-only items, or unmineable blocks
Fixed the bug that crashed the game when opening the quest screen. Now I need to actually make the quests appear on the quest screen.
Added quest command, including creating and getting information about quests.
Next, I will try to fix a bug where the world crashes when opening the quest menu.
Improve quest loading, update quest config file, add quest usable item filters
Add built-in quest stat types
Add translation keys, make quest menu work, add quest titles. Also add quest definition and reward definition JSON files.
I created the basic classes for the mod, including quests themselves and the code to send them from the server to the client. Currently, every quest has a stat and a count that the player needs to increase the stat by. Next, I will make quests actually work.