You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a Mohist 1.20.1-923 server with the bclib mod (version 3.0.14_mapped_srg_1.20.1), the server crashes during an anvil operation. The error log indicates that a client-only class (net/minecraft/client/Minecraft) is being loaded on the server, which results in a java.lang.NoClassDefFoundError. It appears that the issue originates from the AnvilRecipe.craft method in bclib, which is erroneously invoking client-side code in a server environment.
Steps to Reproduce:
Set up a Mohist 1.20.1-923 server and install the bclib mod (version 3.0.14_mapped_srg_1.20.1).
Perform an anvil-related operation (such as item repair or crafting using the anvil).
Observe the server crash and review the error log.
What happened?
When running a Mohist 1.20.1-923 server with the bclib mod (version 3.0.14_mapped_srg_1.20.1), the server crashes during an anvil operation. The error log indicates that a client-only class (net/minecraft/client/Minecraft) is being loaded on the server, which results in a java.lang.NoClassDefFoundError. It appears that the issue originates from the AnvilRecipe.craft method in bclib, which is erroneously invoking client-side code in a server environment.
Steps to Reproduce:
Set up a Mohist 1.20.1-923 server and install the bclib mod (version 3.0.14_mapped_srg_1.20.1).
Perform an anvil-related operation (such as item repair or crafting using the anvil).
Observe the server crash and review the error log.
BCLib
3.0.14
WorldWeaver
N/A
Fabric API
No response
Fabric Loader
No response
Minecraft
1.20.1
Relevant log output
Other Mods
The text was updated successfully, but these errors were encountered: