AlexIIL
AlexIIL
Add something similar to ``` "actions":[ { "type":"sound", "conditionStart":"loaded = true", "conditionEnd":"false", "arguments":[ "sound/to/play" ], "repeat":"false" }, { "type":"sound", "conditionStart":"firstTick = true", "conditionEnd":"loaded = true", "arguments":[ "sound/to/repeat" ] } ]...
So you could use visibleHeight, visibleWidth, visibleStartX and visibleStartY to place the image properly. Will fix #4
Reported by vos6434: https://gist.github.com/AlexIIL/14214ba4caad7b212bdb3e5387b37061
Hopefully this can be fixed in AlexIIL/LibBlockAttributes#1
https://github.com/AlexIIL/LibBlockAttributes/issues/6
ExtendedDrawers issue: https://github.com/MattiDragon/ExtendedDrawers/issues/4 Crash Report: https://gist.githubusercontent.com/itsdinkd/c8d4c5829a95e5098f51eb7214987029/raw/b9fdc641eaeeaa8aa53ecbb0caa763ea3be1ad23/gistfile1.txt
First of all, fractions have some distinct advantages: they can handle any denominator *(although not every combination at once)* and I'm somewhat sad to see them go. All advantages /...
But it doesn't crash so at least the method checking works. TODO: create a more dynamic approach to this, that should work across both versions. Or wait for RC to...