forked from gigabit101/StevesFactoryManager
-
-
Notifications
You must be signed in to change notification settings - Fork 52
Game crash when using tag statement #574
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingneeds reproductionReliably reproducing the problem helps fix itReliably reproducing the problem helps fix it
Description
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds reproductionReliably reproducing the problem helps fix itReliably reproducing the problem helps fix it
https://www.mediafire.com/file/13wu4o46ww11gdv/All_the_Mods_10-_To_the_Sky_ATM10SKY.zip/file
The game crashes when fix every redstone pulse do
input with 640 retain 640 #exdeorum:ore_chunks from MainStorage
output with 640 retain 640 #exdeorum:ore_chunks to *
end
to ->
every redstone pulse do
input 640 retain 640 with #exdeorum:ore_chunks from MainStorage
output 640 retain 640 with #exdeorum:ore_chunks to *
end
this appears when using my setups, so I uploaded the whole instance for modlist, log and save.
It seems like to be ticking a tick takes too long, I tried to change to every 1000 ticks it still crashes.
An gui editing mod is added but it does not effect the crash(tested).