Describe
If a server is lagging, submissions to craftItem and craftFluid will return true, but will never craft.
With debug mode enabled, the "Running queued server worker call: " message from ServerWorker.java will never display. No tasks from ServerWorker.java are ever executed because ServerTickEvent.Post#hasTime() is always false if lagging.
Steps to reproduce
On a server that is not 20 TPS, execute craftItem on an ME bridge. No recipe will appear in the ME system.
Multiplayer?
Yes
Version
Own compiled build.
Minecraft, Forge and maybe other related mods versions
NeoForge 21.1.133 Minecraft 1.21.1
Screenshots or Videos
No response
Crashlog/log
No response
Describe
If a server is lagging, submissions to
craftItemandcraftFluidwill return true, but will never craft.With debug mode enabled, the "Running queued server worker call: " message from ServerWorker.java will never display. No tasks from ServerWorker.java are ever executed because ServerTickEvent.Post#hasTime() is always false if lagging.
Steps to reproduce
On a server that is not 20 TPS, execute craftItem on an ME bridge. No recipe will appear in the ME system.
Multiplayer?
Yes
Version
Own compiled build.
Minecraft, Forge and maybe other related mods versions
NeoForge 21.1.133 Minecraft 1.21.1
Screenshots or Videos
No response
Crashlog/log
No response