mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-30 20:39:19 +00:00
e4d5c4a9c4f3033007bf5bd363b4e4ffb2441b65
Custom-Crops
StardewValley Like Farming System
How to buy
https://polymart.org/resource/customcrops.2625
How to compile
./gradlew build and get the jar in /target folder
API Guide
public class YourClass {
private CustomCropsAPI api;
public YourClass() {
api = CustomCropsAPI.getInstance();
}
public void yourMethod() {
api.xxx();
}
}
Events
CropBreakEvent
CropInteractEvent
CropPlantEvent
FertilizerUseEvent
GreenhouseGlassBreakEvent
GreenhouseGlassPlaceEvent
PotBreakEvent
PotInfoEvent
PotInteractEvent
PotPlaceEvent
PotWaterEvent
ScarecrowBreakEvent
ScarecrowPlaceEvent
SprinklerFillEvent
SprinklerPlaceEvent
SprinklerInteractEvent
SprinklerBreakEvent
SeasonChangeEvent
Languages
Java
100%
