Compare commits

...

2 Commits

Author SHA1 Message Date
4961740482
Update build.gradle 2025-07-16 23:40:51 +08:00
1260d571f2
Update Enchantment.java 2025-07-15 20:07:48 +08:00
2 changed files with 2 additions and 3 deletions

View File

@ -152,6 +152,8 @@ publishing {
publications {
register('mavenJava', MavenPublication) {
from components.java
groupId = mod_group_id
artifactId = mod_id
}
}
repositories {

View File

@ -2,10 +2,7 @@ package com.mingliqiye.minecraft.enchantment.conflict.enchantment;
import com.mingliqiye.minecraft.enchantment.conflict.EnchantmentDoNotConflictNeoForge;
import com.mingliqiye.minecraft.enchantment.conflict.config.ModConfig;
import com.mingliqiye.minecraft.enchantment.conflict.network.ConfigPayload;
import com.mojang.logging.LogUtils;
import net.minecraft.server.MinecraftServer;
import net.neoforged.neoforge.network.PacketDistributor;
import org.slf4j.Logger;
import java.util.ArrayList;