Fixed plant field

This commit is contained in:
Frank 2023-12-19 16:14:05 +01:00
parent cbb9f782b8
commit 84a56acb3d

View file

@ -44,7 +44,7 @@ public abstract class ChorusFlowerBlockMixin extends Block {
@Final
@Shadow
private ChorusPlantBlock plant;
private Block plant;
@Inject(method = "canSurvive", at = @At("HEAD"), cancellable = true)
private void be_canSurvive(