Mitchell Skaggs

Results 135 comments of Mitchell Skaggs

> @magneticflux- I had already offered my advise to remove the use of easy-add, so I found this comment was not helpful. Sorry, I didn't mean to offend! > keep...

I did a massive rebase and moved everything to do exclusively with Shellcheck and build improvements to https://github.com/mide/minecraft-overviewer/pull/65. I think this is the optimal way to add everything now!

That cleans it up nicely, thanks!

Preliminary results with `level=22`: ![image](https://user-images.githubusercontent.com/9124288/174682495-3f4189c7-bc6c-4fdf-8efd-7186620d76a0.png) Zstandard took 2 seconds to compress with max level.

The root cause and fix to this issue is explained well here: https://github.com/unitsofmeasurement/indriya/issues/321#issuecomment-748430488 A Kotlin version of JSR 385 like this library would be neat!

It seems to be a virus site now? I can only access the posts via the wayback machine.

Caused by this commit removing `SpawnRestrictionAccessor`: https://github.com/FabricMC/fabric/commit/42d99c329d68ca8ba9e4b7fd2819635e49f765d9

Patch to fix it since I'm too lazy to make a PR: ```patch Index: src/main/java/svenhjol/charm/module/mooblooms/Mooblooms.java IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff --git a/src/main/java/svenhjol/charm/module/mooblooms/Mooblooms.java b/src/main/java/svenhjol/charm/module/mooblooms/Mooblooms.java --- a/src/main/java/svenhjol/charm/module/mooblooms/Mooblooms.java (revision b19a26c1194048347a4d3f16df0495d35fb2e6d6)...

Trying to open the `red_rock_cleric.nbt` file in Intellij yields: ``` Malformed NBT file: Unexpected tag id found: 98 ```

The issue stems from the fact that the exact process by which hoppers extract items from inventories is a little confusing. These are the steps as I understand them: 1....