Skip to content

Commit

Permalink
Add Networking API, remove Night Config
Browse files Browse the repository at this point in the history
- Networking API is required by Registry Sync module
- Night Config is unused
  • Loading branch information
ChloeDawn committed Mar 10, 2022
1 parent d4280ce commit 2a66f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,12 @@ dependencies {
implementation("org.checkerframework:checker-qual:3.21.2")

modImplementation(include(fabricApi.module("fabric-api-base", "0.47.10+1.18.2"))!!)
modImplementation(include(fabricApi.module("fabric-networking-api-v1", "0.47.10+1.18.2"))!!)
modImplementation(include(fabricApi.module("fabric-registry-sync-v0", "0.47.10+1.18.2"))!!)
modImplementation(include(fabricApi.module("fabric-resource-loader-v0", "0.47.10+1.18.2"))!!)

modImplementation(include("com.jamieswhiteshirt:reach-entity-attributes:2.1.1")!!)

implementation(include("com.electronwill.night-config:core:3.6.5")!!)
implementation(include("com.electronwill.night-config:toml:3.6.5")!!)

modRuntimeOnly("com.terraformersmc:modmenu:3.1.0")
}

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"icon": "pack.png",
"depends": {
"fabric-api-base": ">=0.4.3",
"fabric-networking-api-v1": ">=1.0.20",
"fabric-registry-sync-v0": ">=0.9.7",
"fabric-resource-loader-v0": ">=0.4.17",
"fabricloader": ">=0.13.3",
Expand Down

0 comments on commit 2a66f46

Please sign in to comment.