修改第部分
修复了第七部分遗留的问题
This commit is contained in:
parent
ea571e942a
commit
1720efdc11
|
|
@ -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 }
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ pluginManagement {
|
|||
|
||||
rootProject.name = 'jsonem'
|
||||
|
||||
include 'common'
|
||||
include 'fabric'
|
||||
include 'forge'
|
||||
include(":common", ":forge", ":fabric")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user