Closed Foxshot21 closed 1 month ago
add the ability to specify crop age to farming tasks
currently creating a quest if a player farms a seed they just planted it counts towards the quest completed because it is not checking if crop is of the age 7
tasks: harvest: type: "farming" amount: 500 block: "POTATOES"
age: 7 this ability would allow it to check if the crop is of the age specified
currently running plugin on 1.21 with no other issues as of now
It checks the age https://github.com/LMBishop/Quests/blob/ee55a1cd43f1bc5ce91cb295e3187521aa3c42a3/bukkit/src/main/java/com/leonardobishop/quests/bukkit/tasktype/type/FarmingTaskType.java#L113-L118
Description of Feature
add the ability to specify crop age to farming tasks
Reason for Addition
currently creating a quest if a player farms a seed they just planted it counts towards the quest completed because it is not checking if crop is of the age 7
Alternative Solutions
tasks: harvest: type: "farming" amount: 500 block: "POTATOES"
add this section
Agreements
Other
currently running plugin on 1.21 with no other issues as of now