128-bit-guy
128-bit-guy
Warp tracks
**Is your feature request related to a problem? Please describe.** At the moment, Railcraft's means of transport are slower than end game armor and portals from other mods. This got...
### Description When i invoke GLFW.PollEvents after GC exception is thrown: https://gist.github.com/128-bit-guy/63647d82f9bf8f52ec1063280d424f1e ### Repro steps 1. Add some GLFW Callback 2. Run GC 3. Do something to trigger this callback...
There is code of container in my mod: https://github.com/128-bit-guy/red-dpn/blob/master/src/main/java/_128_bit_guy/red_dpn/common/container/ExpNodeStorageContainer.java If i will open my block entity from two accounts, and put item into slot from one of them, it will...