Skip to content

Commit

Permalink
Fix lang file issues (thanks to @maximumpower55)
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonEggBedrockBreaking committed Dec 22, 2021
1 parent d95c308 commit 7bc6030
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CREDITS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@maximumpower55
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {

// Fabric API
modImplementation(fabricApi.module("fabric-game-rule-api-v1", project.fabric_version))
modImplementation(fabricApi.module("fabric-resource-loader-v0", project.fabric_version))

// Runtime dependencies
modRuntimeOnly("supercoder79:databreaker:${project.databreaker_version}") {
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 @@ -29,6 +29,7 @@
"depends": {
"fabricloader": ">=0.12.12",
"fabric-game-rule-api-v1": ">=0.44.0",
"fabric-resource-loader-v0": ">=0.44.0",
"minecraft": "1.18.x",
"java": ">=17"
}
Expand Down

0 comments on commit 7bc6030

Please sign in to comment.