Create Fabric

Create Fabric

7M Downloads

Fabric attempts to path client classes when loaded on dedicated server

RareScrap opened this issue ยท 1 comments

commented

Describe the Bug

When I launch my server, I found these messages.

[14:00:15] [main/WARN]: Error loading class: net/minecraft/class_572 (java.lang.ClassNotFoundException: net/minecraft/class_572)
[14:00:15] [main/WARN]: @Mixin target net.minecraft.class_572 was not found porting_lib.mixins.common.json:accessor.HumanoidModelAccessor from mod porting_lib
[14:00:16] [main/WARN]: Error loading class: net/minecraft/class_5616 (java.lang.ClassNotFoundException: net/minecraft/class_5616)
[14:00:16] [main/WARN]: @Mixin target net.minecraft.class_5616 was not found registrate-fabric.mixins.json:accessor.BlockEntityRenderersAccessor from mod registrate-fabric
[14:00:31] [main/WARN]: Encountered duplicate API provider registration for item: minecraft:glass_bottle
[14:00:31] [main/WARN]: Encountered duplicate API provider registration for item: minecraft:bucket
[14:00:31] [main/WARN]: Encountered duplicate API provider registration for item: minecraft:glass_bottle
[14:00:31] [main/WARN]: Encountered duplicate API provider registration for item: minecraft:bucket
[14:00:31] [main/WARN]: Encountered duplicate API provider registration for item: minecraft:bucket
[14:00:32] [main/INFO]: Definitely not up to no good

Reproduction Steps

  1. Launch fabric-server-mc.1.18.2-loader.0.14.19-launcher.0.11.2.jar via java -Xms1G -Xmx4G fabric-server-mc.1.18.2-loader.0.14.19-launcher.0.11.2.jar with accepted EULA
  2. Get warning in the log
    ...

Expected Result

None of these warnings appear

Screenshots and Videos

No response

Crash Report or Log

https://pastebin.com/0tpum8Hg

Operating System

CentOS 9

Mod Version

0.5.0i

Minecraft Version

1.18.2

Other Mods

cc-restitched-1.100.5.jar
create-fabric-0.5.0.i-1016+1.18.2.jar
fabric-api-0.76.0+1.18.2.jar
flan-1.18.2-1.7.6-fabric.jar
PlanFabric-5.4-build-1690.jar
worldedit-mod-7.2.10.jar

Additional Context

When I remove the create-fabric-0.5.0.i-1016+1.18.2.jar from mods directory, these messages not appear

commented

these are just warnings and do not cause any issues. they are not a priority to fix, but it'll probably be done whenever libraries next update.