DrasticDemise / Simply-Magic

Bug reporting and development repository for Simply Magic.
9 stars 11 forks source link

Inventarium Quest Line #36

Open DrasticDemise opened 8 years ago

DrasticDemise commented 8 years ago

Quests to cover the automagy inventarium inventory management systems.

DrasticDemise commented 8 years ago

@Zieg777 ?

Zieg777 commented 8 years ago

Sure, I'll take a look at it. I wont have time this weekend though. I've got one set up already in my world, but I've not yet set up the golem requisition setup yet (I always take forever to actually create golems, darn alchemy)

jacobbridges commented 8 years ago

Could someone point me in the correct direction (maybe a tutorial or something) for adding quests? I know some Java, and I just implemented the inventarium this past week. Took forever, watched several youtube episodes and read lots of forums to figure it all out. Would really love a quest for it.

Regards, and thanks for this awesome modpack btw!

DrasticDemise commented 8 years ago

It is far easier than that actually. Go to your config folder -> HQM folder -> Editmode.CFG, set the edit mode to true and launch the game. You will be able to modify and add quests using the quest book interface. Note that if you use the edit mode on your play world, your progress will be wiped.

To upload the quests, do /hqm save all and make a pull request with the JSON files found in the HQM folder.

jacobbridges commented 8 years ago

Wow that is really easy. I'll experiment with this and make a PR soon.