Comforts (Fabric/Forge/Quilt)

Comforts (Fabric/Forge/Quilt)

177M Downloads

[Bug]: Game not loading with mod installed

Closed this issue ยท 1 comments

commented

Minecraft Version

1.21.10

What happened?

Game is crashing to desktop with Error code 1
[16:21:44] [main/WARN]: Reference map 'comforts.refmap.json' for comforts.mixins.json could not be read. If this is a development environment you can ignore this message
log file attached

Loader

Forge

Relevant Log Outputs

crash-2025-10-23_16.11.16-server.txt

commented

I see this is already marked pending, but just in case it isn't known--

public void onAttachCapabilities(final AttachCapabilitiesEvent<Entity> evt) {

Ideally mods should be using the subclasses (in this case AttachCapabilitiesEvent$Entities) for performance purposes, but this is also something we'll be fixing on our end at forge so this can't happen.