Yaroslavik Posted January 19, 2019 Share Posted January 19, 2019 This bug working in versions 1.12.2 - 14.23.5.2768 - 1.12.2 - 14.23.5.2807. This works in workbenches that allow two players to be in them simultaneously. https://youtu.be/Aex9fl405as I'm tested this bug with mods: TConstruct, RealBench (Bug works) Quote Link to comment Share on other sites More sharing options...
Legenes Posted January 19, 2019 Share Posted January 19, 2019 I think it's the mod creator's problem, not forge's, the original crafting bench does not have this bug. Quote procedure WakeMeUp(Integer plusTime); var I: Integer; begin for I := 0 to plusTime do begin println('One more minute!'); Sleep(1000); end; println('Okay, nothing to worry, I''m alive!'); println('So... somebody can give me a coffee?'); println('I know it''s Pascal, and not Java, but I love it :D.'); end; Link to comment Share on other sites More sharing options...
Yaroslavik Posted January 19, 2019 Author Share Posted January 19, 2019 (edited) I check ThaumCraft arcane workbench - also worked. On my client, only the mod that I am testing and forge. Edited January 19, 2019 by Yaroslavik Quote Link to comment Share on other sites More sharing options...
Yaroslavik Posted January 20, 2019 Author Share Posted January 20, 2019 What should I do? Write to all developers with similar workbenches? Quote Link to comment Share on other sites More sharing options...
Legenes Posted January 20, 2019 Share Posted January 20, 2019 If you want to. Quote procedure WakeMeUp(Integer plusTime); var I: Integer; begin for I := 0 to plusTime do begin println('One more minute!'); Sleep(1000); end; println('Okay, nothing to worry, I''m alive!'); println('So... somebody can give me a coffee?'); println('I know it''s Pascal, and not Java, but I love it :D.'); end; Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.