Quality Crops

Quality Crops

1M Downloads

Incompatibility mixins with Quality food? (1.20.1)

ZephyrWindSpirit opened this issue ยท 3 comments

commented

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.
SiverDX/quality_food#2 <- this error.

commented

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

commented

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

commented

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

public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand interactionHand, BlockHitResult hitResult) {

nothing i can and want to do here