mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-27 19:09:09 +00:00
454337d39f6ca9780c4d8f642c3f6988392c310d
Custom-Crops
StardewValley Like Farming System
How to buy
https://polymart.org/resource/customcrops.2625
How to compile
Execute gradle build in your IDLE and get the jar in /build/libs folder
API Guide
public class YourClass {
private CustomCropsAPI api;
public YourClass() {
api = CustomCropsAPI.getInstance();
}
public 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%
