DimensionalThreading icon indicating copy to clipboard operation
DimensionalThreading copied to clipboard

Undeclared dependency on Fabric API Gamerule

Open LoganDark opened this issue 3 years ago • 2 comments

java.lang.ClassNotFoundException: net.fabricmc.fabric.api.gamerule.v1.GameRuleFactory

I can't use Fabric API on my server, so declaring this dependency would have allowed me to rule out DimensionalThreading from the start.

Perhaps you should disable the gamerules when Fabric API Gamerule is not installed.

LoganDark avatar Mar 16 '22 12:03 LoganDark

I can't use Fabric API on my server

Why? I’m sure this issue won’t be supported.

yikerman avatar Mar 17 '22 04:03 yikerman

I can't use Fabric API on my server

Why? I’m sure this issue won’t be supported.

Fabric API tends to have side effects such as automatically adding new S2C packets that I don't want on a vanilla server. I can get around this to some extent by extracting it and adding individual APIs but it's annoying to have to do that.

LoganDark avatar Mar 17 '22 06:03 LoganDark