(DISCONTINUED) Smithee's Foundry - Modular Tools for Fabric

(DISCONTINUED) Smithee's Foundry - Modular Tools for Fabric

2.5k Downloads

Smithee's Foundry not working on Dedicated Server

adhan-razzaque opened this issue · 2 comments

commented

I'm currently trying to run a dedicated server with Smithee's Foundry and it crashes on startup.

The server I ran is on Minecraft 1.18.2, Fabric 0.14.8, and contains Fabric API 0.57.0, Patchouli 71.1, and Smithee's Foundry 1.3.0.1.

Here's the log for reference: latest.log

Any insight on what this is?

commented

I have accidentally left client side only code in the main loading loop. I will fix it

commented

methods that were not called and marked for client were for some reason not handled correctly. Moving them to separate classes fixes the issue. Now to sort the api and actually leave api methods only in it...