CyclopsMC / IntegratedDynamics

A Minecraft mod to take full and automated control of your appliances.
http://cyclopsmc.github.io/IntegratedDynamics/
MIT License
132 stars 62 forks source link

Working with operators earned me a crash (Crash log included) #487

Closed mrlamb closed 6 years ago

mrlamb commented 6 years ago

Issue type:

Expected behaviour:

Honestly, I kinda expected this. I'm terrible at this mod and it seems like all I can do is break things lately.

Actual behaviour:

Single player world crashes to launcher.

Steps to reproduce the problem:

I deleted the display panel with MCEdit and got back in so I can tell you exactly what variables I was using. I'll put the numbers on the cards as they are on mine, not that that matters but that hopefully you can follow along more easily in the recreation.

157 - string > "forestry" 158 - operator relational equals 159 - operater mod (item) > string 160 - operator apply (159 & 157) 161 - pipe (159 & 158) 162 - Item List (from inventory reader on a crate)

Then in the display panel, I believe I had 164 count_p (162 & 161)

effectively trying to get a count of all the itemstacks from the forestry mod. Pretty sure the logic was wrong, but was trying to figure out how the things worked.


Versions:

Log file:

https://pastebin.com/PmBWFaKs

rubensworks commented 6 years ago

Note to self: also check how this is related to #468