Crash when set schedule from computercraft
manmen2414 opened this issue ยท 1 comments
Describe the Bug
Setting a schedule using setSchedule()
from ComputerCraft will break the world.
Probably doesn't matter if the schedule is correct or not.
Reproduction Steps
- stop any train at the station where the computer is connected.
- open the computer and run the following program.
local station = peripheral.find("Create_Station")
station.setSchedule({})
Expected Result
Either the world is scheduled without corruption or an error occurs on ComputerCraft.
Screenshots and Videos
2024-05-02_18-10-19.mp4
Crash Report or Log
Operating System
Windows 10
Mod Version
0.5.1f
Minecraft Version
1.19.2
Forge Version
43.3.0
Other Mods
CC: Tweaked 1.101.4
Additional Context
This is my first Issue, although it is not related to the bug. I apologize if there are any mistakes.
Duplicate of #5818.