Quest Mod

Quest Mod

17 devlogs
40h 47m
•  Ship certified

A Minecraft mod that adds quests that can be completed by anyone

Timeline

Okay here are some slightly more reasonable quests

Update attachment
Earned sticker

Make quests easier to complete, make completed quests disappear from list, and add documentation for data packs

Update attachment

Ship 1

1 payout of shell 913.0 shells

Mitchell Krummell

29 days ago

Mitchell Krummell Covers 15 devlogs and 39h 28m
Earned sticker

Fix quest creation by not loading until a quest is being created, so the quest loader can access the server object

Update attachment
Earned sticker

Add more messages when running commands (creating, claiming, clearing)
Also update readme to mention where this mod is needed

Update attachment
Earned sticker

Don't allow quests to have uncraftable items, creative-only items, or unmineable blocks

Update attachment
Earned sticker

yay the automatic quest creation works! I think i'll be done soon

Update attachment
Earned sticker

Add quest claim button and test quest claiming (it works with commands but not with the button)

Update attachment
Earned sticker

Try to fix quest screen (item hover text position fixed but nothing else worked)

Update attachment

Part of the quest screen works now

Update attachment
Earned sticker

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.

Update attachment
Earned sticker

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.

Update attachment
Earned sticker

Add quest creation and quest command

Update attachment

Improve quest loading, update quest config file, add quest usable item filters
Add built-in quest stat types

Update attachment

Add translation keys, make quest menu work, add quest titles. Also add quest definition and reward definition JSON files.

Update attachment

Add functions to make the scoreboard work

Update attachment

Fix quest data codecs, add quest game rules

Update attachment

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.

Update attachment