Silas Groh
Silas Groh
I can confirm this. The latest working 1.14.4 version is the [old 1.1.8 version](https://modrinth.com/mod/carpet-tctc-addition/version/Carpet-TCTC-Addition-fabric-mc1.14-1.1.8+416e97d) from before the preprocessor was used.
Actually I think TikZ doesn't even try to calculate the needed space itself and just relies on the user to set the `node distance` accordingly.
Hm, that seems to be an unfortunate conflict with #9. I'll see what I can do soon.
I get the same error with kff 5.9.0 and Minecraft 1.20.6 with NeoForge 20.6.139, and I don't have the `atomicfu` plugin configured (at least not manually). I have not yet...
I'm not sure exactly why it behaves that way, but because this project is for multiple Minecraft versions and multiple mod loaders at the same time, the gradle structure is...
I did some debugging, and I'm pretty sure the signature mismatch in question is of the `tree_sitter_sql_external_scanner_destroy` function. According to [the docs](https://tree-sitter.github.io/tree-sitter/creating-parsers/4-external-scanners.html#destroy) it should be `void tree_sitter_sql_external_scanner_destroy(void *payload)` but it...
I'll need to have a proper look at the code changes when I get back to all this (ik it's not a lot, but still). In the meantime: I'm not...