CardboardPowered / cardboard

The Bukkit/Spigot/Paper API implementation for Fabric
https://cardboardpowered.org
GNU General Public License v3.0
989 stars 57 forks source link

Crashing with only Lithium, Fabric API, iCommon, and Cardboard installed #396

Open TheAlphaWolf449 opened 1 year ago

TheAlphaWolf449 commented 1 year ago

Not sure why its crashing, its some kind of mixin issue I have 1.18.2 version of the 4 mods.

Here is a log: [22:36:46] [main/INFO]: Loading Minecraft 1.18.2 with Fabric Loader 0.14.18 [22:36:46] [ForkJoinPool-1-worker-4/WARN]: Mod com_github_isaiahpatton_specialsource uses the version master-SNAPSHOT which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'master'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [22:36:47] [main/INFO]: Loading 42 mods:

grabartley commented 1 year ago

I am having the same issue, can someone please take a look?

grabartley commented 1 year ago

@TheAlphaWolf449 as a workaround in the meantime, I managed to get my server to start by adding the following to lithium.properties:

mixin.world.block_entity_ticking.sleeping.campfire=false
mixin.world.block_entity_ticking.sleeping.campfire.lit=false
mixin.world.block_entity_ticking.sleeping.campfire.unlit=false
Mrgaton commented 1 year ago

I am having the same issue, can someone please take a look?

Mrgaton commented 1 year ago

@TheAlphaWolf449 as a workaround in the meantime, I managed to get my server to start by adding the following to lithium.properties:

mixin.world.block_entity_ticking.sleeping.campfire=false
mixin.world.block_entity_ticking.sleeping.campfire.lit=false
mixin.world.block_entity_ticking.sleeping.campfire.unlit=false

Thath worked too

Metaloul commented 1 year ago

@TheAlphaWolf449 as a workaround in the meantime, I managed to get my server to start by adding the following to lithium.properties:

mixin.world.block_entity_ticking.sleeping.campfire=false
mixin.world.block_entity_ticking.sleeping.campfire.lit=false
mixin.world.block_entity_ticking.sleeping.campfire.unlit=false

Thath worked too

Didn't worked for me :/