Hardcore Questing Mode [FORGE/FABRIC]

Hardcore Questing Mode [FORGE/FABRIC]

16M Downloads

Crafting Quests with Multiple Outputs

mellamokb opened this issue ยท 4 comments

commented

Currently it is confusing when you are completing a crafting quest where the recipe outputs multiple of the item. For example, in the Regrowth modpack, there is a quest that asks you to craft Iron Tank Wall. It says on there Iron Tank Wall (0 of 6). I would expect from that I need to craft 6 Iron Tank Walls. However, the recipe outputs 8 per craft, which means after the first crafting I would expect it to be finished. Of course, what it really means is that you need to craft Iron Tank Walls 6 times total, for a total of actually 48 items.

Can we add something to clarify this? Like in the tooltip instead of "Iron Tank Wall 1/6" add the word Craft, so it says "Craft Iron Tank Wall 1/6". Or maybe "Iron Tank Wall 1/6 times".

commented

This is only for mods that use a different crafting handler. It's hard to track down, but I'm working on it.

commented

The modpack Void World (which can be found using FTB Launcher under 3rd party modpacks, and is using HQM 4.2.4) has similar problem. The problem OP describes (counting how many times items crafted, not how many items crafted) happens when you shift-click out of crafting table; if you do not shift-click out, it will count. However, in this case it is counting how many items you currently holding after click out, not how many items you clicked out of crafting table. Let's say you are holding X this items under cursor and the crafting recipe crafts Y items at once. You click output slot once, so you are holding X+Y items, and this X+Y is how many items HQM registered. You click out another time, now you are holding X+Y+Y items, and HQM registered X+Y+Y items.
In Void World modpack, this happens in vanilla crafting table as long as Tinker's Construct Crafting Station, but is not happening in AE2 crafting terminals. AE2 crafting terminals counts correctly (ie. it is the expected behavior).

Hope these info will help tracking down the problem.

commented

related to #163

commented

If this is still an issue for 1.11.2, please open a new issue, as HQM is no longer under development for this version of Minecraft.