* Allows for different Pixels/Area
Spent the entire day asking people if they knew of any mod that change would break, the answer is negative
modders, if you want the screen to take the entire space, remove both the -4
* ScaleFactor so it doesnt break existing mods
scale = (size * 32 - bordersize / 2) / displaySize
* facepalm
* Update LogicDisplay.java
why am i dumb every time i do changes on the fly
* Update LogicDisplay.java
* hortiloaders hotfix randomness
Improved the unloaders' balance with multiple blocks having the same load
* deterministic lets go
Co-Authored-By: citrusMarmelade <20476281+citrusMarmelade@users.noreply.github.com>
* update contributors
forgot to add them since they helped a lot for the previous commits/PRs
* unloader - fix cant load
Co-authored-by: citrusMarmelade <20476281+citrusMarmelade@users.noreply.github.com>
* hortiloaders hotfix randomness
Improved the unloaders' balance with multiple blocks having the same load
* deterministic lets go
Co-Authored-By: citrusMarmelade <20476281+citrusMarmelade@users.noreply.github.com>
* update contributors
forgot to add them since they helped a lot for the previous commits/PRs
Co-authored-by: citrusMarmelade <20476281+citrusMarmelade@users.noreply.github.com>
* hortiloaders 1.0.3.0 bug fix
it didnt unload from StackConveyors/Storage when they had the same loadfactor as the factory
* unloader fix, using fields