#Recipe tweaker
1 messages · Page 1 of 1 (latest)
10h version of the waiting music when
oh lol i forgot i was using an unofficial port on my current k2se run to remove imersite from the purifiers 
hmm i guess this is a bug?
huh, weird
Recipe tweaker
@pine musk should be fixed now
thx, what was it?
(there's no git to diff)
just forgot to handle removing ingredients in the diff function that I also use to validate the confirm button
else
ingredients_diff[#ingredients_diff+1] = diff
ah
that area has changed a lot in development so it used to work, then the condition changed and it stopped working
i still run into breaking previously manually tested features too, comes with modding 
some space exploration interaction made the gui impossible to close again 
I've been getting a couple reports about that, I don't think there's anything I can do about it @pine musk
the game updated custom input events to still happen for gui clicks and now mods have to handle that or something
odd that that messes with the close button
i did see the commits pass by but no idea what it would effectively mean on the ends of modders in terms of backwards
to be fair I haven't exactly looked into it too closely myself, but I can tell you that the mod works in otherwise vanilla games, so it has to be other mods messing with it
I feel like it should have been an opt-in thing for custom inputs
in that case i guess the culprit would be leftclick aka building place custom events, but weird that those prevent the gui from closing, can't even close it with the shortcut bar or escape either, so odd
Wait whats blocking it?
I have no idea, I can only assume some other mod is consuming the gui input and preventing recipe tweaker from doing anything with the click
I still don't know which mod is doing it, I haven't had any minimal reproduction reports yet
the weird part is when i remove all other mods its still stuck, only some weird combination of random button presses on like the open shortcut and the gui buttons that do work seems to unstuck it again
oh once you removed whatever mod is causing it the way to un-stuck it seems to be pin, then close
oh that's funny that even manages to un-stuck it with my full mod suite intact
so it might just be a bug entirely within recipe tweaker, like opening the shortcut in latency whilst also trying to open other stuff, who knows