Forge Dependencies for testing with Better Combat
This commit is contained in:
parent
8814335544
commit
4430431b84
2 changed files with 8 additions and 7 deletions
|
@ -61,12 +61,13 @@ dependencies {
|
|||
|
||||
modApi("me.shedaniel.cloth:cloth-config-forge:${rootProject.cloth_config_version}")
|
||||
modImplementation "curse.maven:simplyswords-659887:5639538"
|
||||
// modImplementation "curse.maven:simplyswords-659887:5255981"
|
||||
// runtimeOnly "curse.maven:better-combat-by-daedelus-639842:5625757"
|
||||
// runtimeOnly "curse.maven:playeranimator-658587:4587214"
|
||||
// implementation "curse.maven:additional-additions-forge-582387:5155724"
|
||||
// implementation "curse.maven:create-328085:5838779"
|
||||
// implementation "curse.maven:create-industry-693815:5811638"
|
||||
modLocalRuntime "curse.maven:better-combat-by-daedelus-639842:5625757"
|
||||
modLocalRuntime "curse.maven:playeranimator-658587:4587214"
|
||||
// compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:0.4.1"))
|
||||
localRuntime(include("io.github.llamalad7:mixinextras-forge:0.4.1"))
|
||||
// implementation "curse.maven:additional-additions-forge-582387:ID"
|
||||
// implementation "curse.maven:create-328085:ID"
|
||||
// implementation "curse.maven:create-industry-693815:ID"
|
||||
|
||||
|
||||
common(project(path: ':common', configuration: 'namedElements')) { transitive false }
|
||||
|
|
|
@ -16,5 +16,5 @@ architectury_api_version = 9.2.14
|
|||
cloth_config_version=11.1.106
|
||||
fabric_loader_version = 0.16.10
|
||||
fabric_api_version = 0.92.3+1.20.1
|
||||
forge_version=1.20.1-47.1.1
|
||||
forge_version=1.20.1-47.3.22
|
||||
parchment_version = 1.20.1:2023.09.03
|
Loading…
Add table
Reference in a new issue