From 00b7eb0aaa34d7a4b6dc54f6a14b60b782e3c9b7 Mon Sep 17 00:00:00 2001 From: XiaoMoMi Date: Mon, 27 Jan 2025 00:22:26 +0800 Subject: [PATCH] Update README.md --- README.md | 41 +++-------------------------------------- 1 file changed, 3 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 163497e..cdab9a2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Custom-Crops ![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/Xiao-MoMi/Custom-Crops) -[![](https://jitpack.io/v/Xiao-MoMi/Custom-Crops.svg)](https://jitpack.io/#Xiao-MoMi/Custom-Crops) Gitbook @@ -26,7 +25,7 @@ Get the artifact under /target folder ## How to Contribute #### Translations -Clone this project and create a new language file in the /common/src/main/resources/translations directory. \ +Clone this project and create a new language file in the /plugin/src/main/resources/translations directory. \ Once your changes are ready, open a pull request for review. We appreciate your works! #### Areas for improvement @@ -44,48 +43,14 @@ Afdian: https://afdian.com/@xiaomomi/ ## CustomCrops API -### Maven - -```html - - - jitpack - https://jitpack.io/ - - -``` -```html - - - com.github.Xiao-MoMi - Custom-Crops - {LATEST} - provided - - -``` -### Gradle (Groovy) - -```groovy -repositories { - maven { url 'https://jitpack.io' } -} -``` -```groovy -dependencies { - compileOnly 'com.github.Xiao-MoMi:Custom-Crops:{LATEST}' -} -``` -### Gradle (Kotlin) - ```kotlin repositories { - maven("https://jitpack.io/") + maven("https://repo.momirealms.net/releases/") } ``` ```kotlin dependencies { - compileOnly("com.github.Xiao-MoMi:Custom-Crops:{LATEST}") + compileOnly("net.momirealms:custom-crops:3.6.29") } ``` #### Fun Facts