RuochenFu21 / CreateMorePotatoes

Other
8 stars 2 forks source link

Won't work on servers... #23

Closed TheTennessee closed 1 year ago

TheTennessee commented 1 year ago

So, I'm just going to let you know rather than making a full bug report. Your EffectHandler mixin is only set to work on the client, so it doesn't work on a server, at all.

I honestly spent a huge amount of time trying to figure out what the issue was on my end, and finally saw this in the mixin.json.

RuochenFu21 commented 1 year ago

Fix when have time

TheTennessee commented 1 year ago

It is literally change your createmorepotatoes.mixins.json to:

{ "required": true, "package": "net.forsteri.createmorepotatoes.mixin", "compatibilityLevel": "JAVA_17", "mixins": [ "EffectHandler" ], "client": [ ], "minVersion": "0.8" }

RuochenFu21 commented 1 year ago

Takes time to publish to curseforge

RuochenFu21 commented 1 year ago

Actually I don't want to maintain anymore