Posted January 19, 20196 yr 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)
January 19, 20196 yr I think it's the mod creator's problem, not forge's, the original crafting bench does not have this bug. 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;
January 19, 20196 yr Author I check ThaumCraft arcane workbench - also worked. On my client, only the mod that I am testing and forge. Edited January 19, 20196 yr by Yaroslavik
January 20, 20196 yr If you want to. 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;
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.