Wesley1808 / ServerCore

A mod that aims to optimize the minecraft server.
77 stars 11 forks source link

Incompatibility with YUNG's API #24

Closed ioanvl closed 2 years ago

ioanvl commented 2 years ago

HI,

There is an incompatibility with YUNG's API

The game crashes with the minimum mods installed (fabric_api + cloth + yungs_api + servercore) with error: java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'fabric-api-lookup-api-v1'! Exit Code: -1

ServerCore 1.2.8 - YUNG's API 2.0.7 - Fabric Loader0.13.3/1.18.2

Both seem to try and modify similar paths latest.log

I have created a mirror issue on their git.

Wesley1808 commented 2 years ago

This exact issue has already been reported (and resolved) in both repositories. #23

From yung's side, their mixin will no longer activate unless its used within dev environment.

From my side, it won't activate anymore if the disable_spawn_chunks option is set to false (although that only matters if both are used in dev env).

Link to the most recent 1.18.2 build (not yet released)

ioanvl commented 2 years ago

Ah, that's great to hear, thanks a lot for the quick response!