9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-19 15:09:25 +00:00
2024-08-29 22:49:09 +08:00
2024-08-29 22:49:09 +08:00
3.4
2024-03-09 07:19:25 +08:00
2024-05-07 22:08:57 +08:00
2024-05-07 22:08:57 +08:00
2024-05-07 22:08:57 +08:00
2024-08-13 15:40:26 +08:00
2023-10-26 22:13:01 +08:00
3.4
2024-03-09 07:19:25 +08:00
2023-07-09 02:34:49 +08:00
2022-07-04 02:07:14 +08:00
2024-05-07 22:27:21 +08:00
3.4
2024-03-09 07:19:25 +08:00
2024-08-17 00:38:22 +08:00
2024-05-07 22:08:57 +08:00

Note: This project is undergoing a major refactoring. Please switch to the 3.6-dev branch for the new API.

Custom-Crops

CodeFactor Grade Code Size bStats Servers bStats Players Scc Count Badge GitHub Gitbook

Ultra-customizable planting experience for Minecraft servers

Support the developer

https://afdian.net/@xiaomomi

https://polymart.org/resource/customcrops.2625

How to build

Windows

Command Line

Install JDK 17 and set the JDK installation path to JAVA_HOME as an environment variable.
Start powershell and change directory to the project folder.
Execute ".\gradlew build" and get the jar at /target/CustomCrops-plugin-version.jar.

IDE

Import the project and execute gradle build action.

Use CustomCrops API

Maven

<repositories>
  <repository>
    <id>jitpack</id>
    <url>https://jitpack.io/</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>com.github.Xiao-MoMi</groupId>
    <artifactId>Custom-Crops</artifactId>
    <version>{LATEST}</version>
    <scope>provided</scope>
  </dependency>
</dependencies>

Gradle (Groovy)

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    compileOnly 'com.github.Xiao-MoMi:Custom-Crops:{LATEST}'
}

Gradle (Kotlin)

repositories {
    maven("https://jitpack.io/")
}
dependencies {
    compileOnly("com.github.Xiao-MoMi:Custom-Crops:{LATEST}")
}
Description
Ultra-customizable planting experience for Minecraft servers
Readme GPL-3.0 84 MiB
Languages
Java 100%