crafting quests dont work at all
redgoblin88 opened this issue ยท 6 comments
any and all quests that i make that are crafting related (logs into planks, tinkers construct stations, vanilla crafting table, vanilla furnace, modded 2x2 axe recipe e.c.t.) are not working what so ever regardless of partial match and/or NBT detection.
forge version: 14.23.2.2654
better questing version: 3.5.251
quest database (where all the questing data is stored):
https://pastebin.com/6S87CGgM
note that i HAVE tried the latest version of 3.5.253 but for some reason that is crashing me:
https://pastebin.com/Ku7mnJNg
Are you in edit mode? Wont work in edit mode you need to got bq_admin edit false to test your quests.
i am in edit mode but wont that be counter-productive switching back and forth from edit mode to "playing" and how does that work? why specifically for crafting detection? others such as checkbox and retrieval works perfectly fine?
It's like that because having quests running and changing their states and data mid edit causes more issues than it's worth.
That crash you got is a new one. Don't think I've seen that before so I'll see what caused that
Turns out that crash is caused by double right clicking while using the scaling tool. Forgot to reset an ID value of the selected quest when cancelling the selection (right click) and it has a panic attack when it attempts to cancel it a second time.
No clue to why it is like that but it is. So make your crafting detection stuff. Go out of edit to test them. Thats how the mod works.