mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-17 04:41:21 +01:00
Fixed green thumb
This commit is contained in:
parent
b216901c43
commit
4d19a37fe5
@ -40,6 +40,6 @@ public final class GreenThumb extends EcoEnchant {
|
||||
if(this.getConfig().getBool(EcoEnchants.CONFIG_LOCATION + "damage"))
|
||||
ItemDurability.damageItem(player, player.getInventory().getItemInMainHand(), 1, player.getInventory().getHeldItemSlot());
|
||||
|
||||
event.getClickedBlock().setType(Material.GRASS);
|
||||
event.getClickedBlock().setType(Material.GRASS_BLOCK);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user