Sven
Sven
Hey! I've found an old integration mod that has a chunk loader for create. The implementation [link to file](https://github.com/LordGrimmauld/createintegration/blob/mc1.15/src/main/java/com/grimmauld/createintegration/blocks/ChunkLoader.java) seems pretty straight forward: https://github.com/LordGrimmauld/createintegration
Ah, thanks! I was thinking of writing a custom one because the current one looks like it doesn't really support high frequency light changes. At least I can't seem to...
@Qix- I re-generated the tests after taking a closer look at them. I have no idea why 3 still fail. I am pretty sure I did everything correctly when generating...
I'll close the issue as there is apparently no interest in merging the changes right now.
I was cleaning up my PR section on GitHub as I use it to keep an overview on stuff and it clutters a lot over time. No problem, I can...
Sorry, I didn't meant to annoy or upset you in any way. The tabs worked (at least for me) great now. I'd take recommendations for other tools/interfaces to manage issues...
#63
I tried it, but I can't seem to make it work. I cloned the repo and changed the process in `build-debs.sh` to use cmake. I have really no idea how...
I am quite new to the whole docker thing and I tried to simply replace the `./configure` part of the `build_deps.sh` script with a call to `cmake .` but it...
Thank you! Tried to get it going myself but couldn't figure out how to implement it. Tablib won't compile for me here. Probably messed up docker. Crashes every time I...