9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-24 17:39:26 +00:00
XiaoMoMi 7854066a49 3.3.1.5
2023-09-25 22:16:44 +08:00
2023-07-16 00:21:18 +08:00
2023-07-09 02:34:49 +08:00
2023-09-25 22:16:44 +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-07-09 02:34:49 +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

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