Skip to content

Game crash when using tag statement #574

Description

@Nejtherrylol

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneeds reproductionReliably reproducing the problem helps fix it

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions