diff --git a/src/main/java/com/github/sarhatabaot/farmassistreboot/Crop.java b/src/main/java/com/github/sarhatabaot/farmassistreboot/Crop.java index 2918465..268730f 100644 --- a/src/main/java/com/github/sarhatabaot/farmassistreboot/Crop.java +++ b/src/main/java/com/github/sarhatabaot/farmassistreboot/Crop.java @@ -15,7 +15,8 @@ public enum Crop { POTATOES(new XMaterial[]{XMaterial.FARMLAND}, XMaterial.POTATOES, XMaterial.POTATO), BEETROOTS(new XMaterial[]{XMaterial.FARMLAND}, XMaterial.BEETROOTS, XMaterial.BEETROOT_SEEDS), CACTUS(new XMaterial[]{XMaterial.SAND}, XMaterial.CACTUS, XMaterial.CACTUS), - TORCH_FLOWER(new XMaterial[]{XMaterial.FARMLAND}, XMaterial.TORCHFLOWER, XMaterial.TORCHFLOWER_SEEDS); + TORCH_FLOWER(new XMaterial[]{XMaterial.FARMLAND}, XMaterial.TORCHFLOWER, XMaterial.TORCHFLOWER_SEEDS), + PITCHER_PLANT(new XMaterial[]{XMaterial.FARMLAND}, XMaterial.PITCHER_PLANT, XMaterial.PITCHER_POD); private final XMaterial[] plantedOn; private final XMaterial planted; diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index ea1ad29..937e0eb 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -44,6 +44,12 @@ beetroots: replant-when-ripe: false cactus: enabled: true +pitcher_plant: + enabled: true + replant-when-ripe: true +torch_flower: + enabled: true + replant-when-ripe: true worlds: enable-per-world: false enabled-worlds: