mirror of
https://github.com/songoda/EpicFarming.git
synced 2024-11-30 14:33:28 +01:00
Till snow.
This commit is contained in:
parent
0056ed92f3
commit
5a2d01b8c9
@ -132,7 +132,8 @@ public class Farm {
|
||||
|| b2.getType() == CompatibleMaterial.AZURE_BLUET.getMaterial()
|
||||
|| b2.getType() == CompatibleMaterial.ALLIUM.getMaterial()
|
||||
|| b2.getType() == CompatibleMaterial.POPPY.getMaterial()
|
||||
|| b2.getType() == CompatibleMaterial.DANDELION.getMaterial()) {
|
||||
|| b2.getType() == CompatibleMaterial.DANDELION.getMaterial()
|
||||
|| b2.getType() == CompatibleMaterial.SNOW.getMaterial()) {
|
||||
Bukkit.getScheduler().runTaskLater(EpicFarming.getInstance(), () -> {
|
||||
b2.getRelative(BlockFace.DOWN).setType(CompatibleMaterial.FARMLAND.getMaterial());
|
||||
b2.breakNaturally();
|
||||
|
Loading…
Reference in New Issue
Block a user