Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 55a7265

Browse files
committed
clean
1 parent cf02096 commit 55a7265

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

fabric/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "FTBQLocalizationKeys",
66
"description": "FTBQLocalizationKeys",
77
"authors": [
8-
"TexTrue, LocalizedMC"
8+
"TexTrue, LocalizedMC","Yjn024","BlackAuresArt"
99
],
1010
"contact": {
1111
"homepage": "https://github.com/LocalizedMC/FTBQLocalizationKeys-Arch",

forge/src/main/resources/META-INF/mods.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ modId = "ftbqkeys"
88
version = "${version}"
99
displayName = "FTBQLocalizationKeys"
1010
displayURL = "https://github.com/LocalizedMC/FTBQLocalizationKeys-Arch"
11+
credits = "BlackAuresArt"
1112
authors = "TexTrue, LocalizedMC"
1213
description = '''
1314
FTBQLocalizationKeys
@@ -36,13 +37,13 @@ ordering = "AFTER"
3637
side = "BOTH"
3738

3839
[[dependencies.ftbqkeys]]
39-
modId = "ftbquests"
40+
modId = "kubejs"
4041
mandatory = true
4142
ordering = "AFTER"
4243
side = "BOTH"
4344

4445
[[dependencies.ftbqkeys]]
45-
modId = "kubejs"
46+
modId = "ftbquests"
4647
mandatory = true
4748
ordering = "AFTER"
4849
side = "BOTH"

0 commit comments

Comments
 (0)