修改第部分
修复了第七部分遗留的问题
This commit is contained in:
parent
ea571e942a
commit
1720efdc11
|
|
@ -51,7 +51,7 @@ dependencies {
|
||||||
|
|
||||||
// modImplementation "dev.architectury:architectury-forge:$rootProject.architectury_api_version"
|
// modImplementation "dev.architectury:architectury-forge:$rootProject.architectury_api_version"
|
||||||
common(project(path: ':common', configuration: 'namedElements')) { transitive false }
|
common(project(path: ':common', configuration: 'namedElements')) { transitive false }
|
||||||
shadowBundle(project(path: ':common', configuration: 'transformProductionNeoForge')) { transitive = false }
|
shadowBundle(project(path: ':common', configuration: 'transformProductionForge')) { transitive = false }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ mod_licence=MIT
|
||||||
maven_group=com.leisuretimedock
|
maven_group=com.leisuretimedock
|
||||||
archives_name=jsonem_fabrge
|
archives_name=jsonem_fabrge
|
||||||
archives_base_name=jsonem_1.20.1_fabrge
|
archives_base_name=jsonem_1.20.1_fabrge
|
||||||
enabled_platforms=fabric,neoforge
|
enabled_platforms=fabric,forge
|
||||||
# Minecraft properties
|
# Minecraft properties
|
||||||
minecraft_version=1.20.1
|
minecraft_version=1.20.1
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@ pluginManagement {
|
||||||
|
|
||||||
rootProject.name = 'jsonem'
|
rootProject.name = 'jsonem'
|
||||||
|
|
||||||
include 'common'
|
include(":common", ":forge", ":fabric")
|
||||||
include 'fabric'
|
|
||||||
include 'forge'
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user