PssbleTrngle / SliceAndDice

Making automation for Farmer's Delight more sensible
https://www.curseforge.com/minecraft/mc-mods/slice-and-dice
Other
19 stars 14 forks source link

Crash with create 0.5.1b #73

Closed CrankyScales closed 1 year ago

CrankyScales commented 1 year ago

What happened?

Getting exit code 1 when launching with create 0.5.1b and sliceanddice installed. Removing sliceanddice fixed the issue so I guess it's just a version problem, I'll wait for an update.

Loader

forge

Mod Version

sliceanddice-forge-2.2.0

Minecraft Version

1.19

Relevant log output

[12:38:17] [main/FATAL]: Mixin apply failed sliceanddice.mixins.json:LevelMixin -> net.minecraft.world.level.Level: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException @Shadow method getBlockState in sliceanddice.mixins.json:LevelMixin was not located in the target class net.minecraft.world.level.Level. Using refmap sliceanddice.refmap.json
org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: @Shadow method getBlockState in sliceanddice.mixins.json:LevelMixin was not located in the target class net.minecraft.world.level.Level. Using refmap sliceanddice.refmap.json
CrankyScales commented 1 year ago

I have no idea what happened, maybe I was using the wrong version or it was a fluke but I re-installed 2.2.0 and now it works fine

PssbleTrngle commented 1 year ago

Was a duplicate of #70