Ampflower

Results 53 comments of Ampflower

Still occurring under Loom 0.10.64, Loader 0.12.12 (seems to make no difference) and Minecraft 1.18.1 (also seems to make no difference). Seems to only happen when the dependency is indirectly...

Update: Seems that it's actually caused by mixing `implementation` and `modImplementation`. Changing the usage of submodules to `modImplementation(project(":sub"))` in place of `implementation(project(":sub"))` where applicable fixed the issue of not being...

Something that might be useful to note: The following block changes the backing map out for an ImmutableMap with new items: https://github.com/ExcessiveAmountsOfZombies/Croptopia/blob/6e140b000da59b316ba174aae64239ed2903ceac/fabric/src/main/java/com/epherical/croptopia/Croptopia.java#L120-L128 QSL however, expects a mutable map, changing it...

For runtime initialised, simply including the binary for the platform it's running on and declaring in `jni-config.json`: `srcPos` and `dstPos` for the I/O streams without finalizers works. If you're curious...

I was thinking of maybe pushing the metadata here with a bit extra for not retaining the fields if the classes aren't reachable, since it'd probably be a decent place...

> Regarding bindings directly to libzstd - I think this will be a fine approach but we have to drop support for old JVMs as far as I can tell....

Hm, if you're using the read timeout and not the call timeout, it should be sufficient as is, tho, it might still be a good idea to bump up the...

Yeah; concurrent downloads *can* work for smaller mods (probably about

It does seem notable that the prompt for this is also unskippable, as `Structory`, `It Takes a Pillage` and alike would not let the user continue with ignoring the errors.

Yeah. I think the only potential work around for this would be to have the end user manually install the mods that has 3rd party launchers disabled, similar to how...