MtcLeo05 / QualityCrops

A mod that adds qualities to some crops and foods, inspired by Stardew Valley's qualities
Other
1 stars 1 forks source link

Incompatibility mixins with Quality food? (1.20.1) #15

Open ZephyrWindSpirit opened 4 months ago

ZephyrWindSpirit commented 4 months ago

When looking up how to fix a crash to desktop error that doesn't even let the three quality mods (crops, food, delight) load together, Food just suggested to remove Crops to fix their error.

Can you fix this please? I would like to play with all three quality mods together. https://github.com/SiverDX/quality_food/issues/2 <- this error.

ZephyrWindSpirit commented 4 months ago

I re-reported the same error to Quality food again because even isolated it crashes. So I'm sorry if this is wrongfully pointed. https://github.com/SiverDX/quality_food/issues/3

MtcLeo05 commented 4 months ago

From what I can see quality food is a standalone mod made by another modder that is not intended to work with quality crops and delight. since both mods (crops and food) change the behaviour of sweet berries it causes a crash since the game doesn't know which behaviour to use. Both mods do the same thing (adding qualities to food) but in 2 different ways, so I suggest either using quality crops and delight or quality food

SiverDX commented 4 months ago

The crash is due to an incompatible and unneeded overwrite on your end

https://github.com/MtcLeo05/QualityCrops/blob/7f410869901c2b6baa2c1f1ff53339690d2dfc1c/src/main/java/com/mtcleo05/qualitycrops/mixin/SweetBerryBushMixin.java#L54

nothing i can and want to do here