From a3c0a63c5b432b65064de34cddb306c2c911e3aa Mon Sep 17 00:00:00 2001 From: minglipro Date: Mon, 14 Jul 2025 21:21:22 +0800 Subject: [PATCH] Update README.MD --- README.MD | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 5532640..d3e35f8 100644 --- a/README.MD +++ b/README.MD @@ -30,8 +30,19 @@ ] } ``` -- mod 开发者适配 Demo - +### mod 开发者适配 Demo +- 仓库 +```groovy +maven { + name "mingliqiye-maven-repo-gitee" + url "https://gitee.com/minglipro/maven-repository-raw/raw/master" +} +``` +- 添加依赖 +```groovy +modImplementation "com.mingliqiye.minecraft.enchantment.conflict:enchantmentdoesnotconflict:1.21-1.4" +``` +- Demo ```java import com.mingliqiye.minecraft.enchantment.conflict.enchantment.Enchantment;