mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-27 02:49:11 +00:00
39 lines
789 B
Markdown
39 lines
789 B
Markdown

|
|
|
|
|
|
# Custom-Crops
|
|
StardewValley Like Farming System
|
|
|
|
### How to buy
|
|
|
|
https://afdian.net/@xiaomomi
|
|
|
|
https://polymart.org/resource/customcrops.2625
|
|
|
|
### How to compile
|
|
|
|
Execute gradle build in your IDLE and get the jar in /build/libs folder
|
|
|
|
### API Usage
|
|
|
|
#### Events
|
|
CropBreakEvent\
|
|
CropInteractEvent\
|
|
CropPlantEvent\
|
|
FertilizerUseEvent\
|
|
GreenhouseGlassBreakEvent\
|
|
GreenhouseGlassPlaceEvent\
|
|
PotBreakEvent\
|
|
PotInfoEvent\
|
|
PotInteractEvent\
|
|
PotPlaceEvent\
|
|
PotWaterEvent\
|
|
ScarecrowBreakEvent\
|
|
ScarecrowPlaceEvent\
|
|
SprinklerFillEvent\
|
|
SprinklerPlaceEvent\
|
|
SprinklerInteractEvent\
|
|
SprinklerBreakEvent
|
|
|
|
#### Utils
|
|
Use CustomCropsAPI.getInstance() to get the API instance |