修改第部分

修复了第七部分遗留的问题
This commit is contained in:
叁玖领域 2025-06-05 03:26:15 +08:00
parent ea571e942a
commit 1720efdc11
3 changed files with 4 additions and 5 deletions

View File

@ -51,7 +51,7 @@ dependencies {
// modImplementation "dev.architectury:architectury-forge:$rootProject.architectury_api_version"
common(project(path: ':common', configuration: 'namedElements')) { transitive false }
shadowBundle(project(path: ':common', configuration: 'transformProductionNeoForge')) { transitive = false }
shadowBundle(project(path: ':common', configuration: 'transformProductionForge')) { transitive = false }
}

View File

@ -13,7 +13,7 @@ mod_licence=MIT
maven_group=com.leisuretimedock
archives_name=jsonem_fabrge
archives_base_name=jsonem_1.20.1_fabrge
enabled_platforms=fabric,neoforge
enabled_platforms=fabric,forge
# Minecraft properties
minecraft_version=1.20.1
# Dependencies

View File

@ -10,7 +10,6 @@ pluginManagement {
rootProject.name = 'jsonem'
include 'common'
include 'fabric'
include 'forge'
include(":common", ":forge", ":fabric")