
Rubbish bin could not clean the rubbish properly
ZiYueCommentary opened this issue ยท 0 comments
Before reporting, I have confirmed that
- This bug does not appear to be reported on GitHub Issues before.
- This bug still exists in the latest version of the Minecraft Transit Railway mod.
- I have tested this in the official version of Minecraft Transit Railway, not a modified, custom, or unofficial build.
Describe the Bug
The code above intended to be cleaned up the rubbish bin automatically. However, randomDisplayTick2
is a client method. It can't change the state of the block on the server. Therefore, this code is not working as expected and does nothing actually.
Reproduction Steps
- Place a rubbish bin and put and rubbish in it.
- Waiting for it to clean itself.
- Rejoining the save or server, the rubbish is still there.
In-game Log and Crash Report
N/A
Mod Loader
Fabric
Minecraft Version
1.20.4
Minecraft Transit Railway Version
4.0.0-prerelease-3
Operating System
Windows 11
List of Mods or Modpack You Were Using
- MTR 4.0.0-prerelease-3
Extra Information
No response