DimensionalThreading
DimensionalThreading copied to clipboard
Incorrect dependency declaration
DimThread require fabric-game-rule-api-v1 for gamerule registering. However, it doesn't declare dependency on fabric-game-rule-api-v1 or fabric.
It declares a dep on the fabric api, of which the game rule api is a subset.
It declares a dep on the fabric api, of which the game rule api is a subset.
See your fabric.mod.json.
It declared deps on fabricloader and minecraft but not fabric (the modid of fabric-api).
Actually, dimthread throws a NoClassDefFoundError on my server when I try to reproduce the issue 72 with minimum mod set.