Fixed plant
field
This commit is contained in:
parent
cbb9f782b8
commit
84a56acb3d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public abstract class ChorusFlowerBlockMixin extends Block {
|
||||||
|
|
||||||
@Final
|
@Final
|
||||||
@Shadow
|
@Shadow
|
||||||
private ChorusPlantBlock plant;
|
private Block plant;
|
||||||
|
|
||||||
@Inject(method = "canSurvive", at = @At("HEAD"), cancellable = true)
|
@Inject(method = "canSurvive", at = @At("HEAD"), cancellable = true)
|
||||||
private void be_canSurvive(
|
private void be_canSurvive(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue