Game can't start - Only fabric and api no mods
susan3333333 opened this issue ยท 2 comments
22w11a snapshot
Fabric alone doesn't crash but as soon as I add fabric api, this crash happens:
I can't figure out what is causing it :(
You also have Client Commands installed, as indicated by the 'Fabric Mods' section of your crash report:
Fabric Mods:
clientcommands: Client Commands 2.6.2
clientcommands-scripting: Clientcommands Scripting 1.3.1
This just looks like a mixin hasn't had its signature updated for the latest snapshot:
FabricMC/yarn@845467b#diff-dd7739e9185688ad30243e16c633217323a42af724254495aa8efd7027a4b731R387
- METHOD method_29610 startIntegratedServer (Ljava/lang/String;Ljava/util/function/Function;Ljava/util/function/Function;ZLnet/minecraft/class_310$class_5366;)V
ARG 1 worldName
ARG 2 dataPackSettingsSupplierGetter
ARG 3 savePropertiesSupplierGetter
ARG 4 safeMode
ARG 5 worldLoadAction
+ METHOD method_29610 startIntegratedServer (Ljava/lang/String;Lnet/minecraft/class_32$class_5143;Lnet/minecraft/class_3283;Lnet/minecraft/class_6904;)V