AlexIIL

Results 259 comments of AlexIIL

Okay, in which case libjf is most likely entirely incompatible with quilt, since it interacts directly with lot more of fabric loader internals than just entrypoints - it's probably not...

If you add `DirectionTransformation.map(null)` to your mod initialiser does it also crash early with the same error? It's odd that it only happens on new world creation - but it...

I should have looked for this issue earlier sorry. A quick look indicates BuildCraft Lib is loading before immersive intelligence sets up it's structures, so a hacky fix on your...

I think if your pack is large enough *(has more than 1500 items)* setting the buildcraft option `Performance` > `guideItemSearchLimit` to `1500` (the minimum value) should exclude everything that isn't...

It's in the code - only the developer of the mod could add that.

This is due to ````com.rwtema.extrautils2.backend.PropertyEnumSimple```` not mirroring ````parseValue```` and ````getName```` properly - in the constructor only one of the maps uses ````toLowerCase()````, which means that it doesn't quite work properly....

This is likely due to them being the same item - you'll need to use a list in "precise" mode to make this work.

There's actually 2 sound effects that can play when you try to rotate an engine: 1 for when it was rotated, and 1 for when it couldn't be. However I...

This is definitely the right place to request this though - plus, the WIP mod table in the development branch won't affect the crash reports, so that also needs looking...

I don't think QMJ supports multiple overlapping version constraints at the moment - neither with spaces or any other method. *(the relevant part of the spec is here: https://github.com/QuiltMC/rfcs/blob/main/specification/0002-quilt.mod.json.md#the-versions-field)*