9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-23 00:49:33 +00:00
2023-07-16 00:21:18 +08:00
2023-07-09 02:34:49 +08:00
2023-07-09 02:44:12 +08:00
2023-09-25 22:16:44 +08:00
2023-09-25 22:16:44 +08:00
2023-07-09 02:34:49 +08:00
2022-07-04 02:07:14 +08:00
2023-08-15 02:03:45 +08:00
2023-07-09 02:34:49 +08:00

2022-08-15_02 51 28

Custom-Crops

StardewValley Like Farming System

How to buy

https://afdian.net/@xiaomomi

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
Description
Ultra-customizable planting experience for Minecraft servers
Readme GPL-3.0 88 MiB
Languages
Java 100%