ServerCore

ServerCore

384k Downloads

Incompatibility with YUNG's API

ioanvl opened this issue ยท 2 comments

commented

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.

commented

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)

commented

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