Hardcore Questing Mode [FORGE/FABRIC]

Hardcore Questing Mode [FORGE/FABRIC]

16M Downloads

NEI Support 4.4.3a

xKillerbees opened this issue · 7 comments

commented

I'm unable to look up recipes of items within quests.

HQM Version: 4.4.3a
Forge Version: forge-1.7.10-10.13.4.1566-1.7.10-universal.jar
ForgeModLoader log: attached
Detailed description of the bug and pictures if applicable: Open up quest, hit 'R' to search recipe, nothing happens. 4.4.2 does not have this issue.

fml-client-latest.txt

commented

http://pastebin.com/VKEnmcug

Tried compiling the source and it worked great on client. On server it crashed with this error.

Forge 1558
HQM 4.4.3a(newest compiled)

commented

Since we added hotkeys for editing R is the key to short cut for the rename EditMode. Either change that one or change the one for NEI.

Although I added an escape for non edit mode. It now doesn't check for hotkeys (only backspace will work).

commented

Wut we fixed that crash like a week ago how van it still be a thing @lorddusk ?

commented

No clue.
On Dec 7, 2015 9:55 AM, "way2muchnoise" [email protected] wrote:

Wut we fixed that crash like a week ago how van it still be a thing
@lorddusk https://github.com/lorddusk ?


Reply to this email directly or view it on GitHub
#115 (comment).

commented

Found the issue. @way2muchnoise in your copy of the code the CommonProxy is still wrong. It still thinks the Server is a Client. (I fixed that on my end)

https://github.com/way2muchnoise/HQM/blob/b0cfe0c123ae69cb2805038d9cb10972957e407a/src/main/java/hardcorequesting/proxies/CommonProxy.java

commented

@lorddusk I guess you never pushed that then. Since my fork is even with the master

commented

yeah, I just did.
On Dec 7, 2015 4:46 PM, "way2muchnoise" [email protected] wrote:

@lorddusk https://github.com/lorddusk I guess you never pushed that
then. Since my fork is even with the master


Reply to this email directly or view it on GitHub
#115 (comment).