diff options
author | isXander <xandersmith2008@gmail.com> | 2023-06-07 20:54:17 +0100 |
---|---|---|
committer | isXander <xandersmith2008@gmail.com> | 2023-06-07 20:54:17 +0100 |
commit | 7879784cea6f78c3746cd34252ebba9f24c8f43f (patch) | |
tree | 8fbbca90f247b119481716b134c33441672d4f6b /fabric | |
parent | e8e16fd97147dd1693189b8b3fef9a6883dec683 (diff) | |
download | YetAnotherConfigLib-7879784cea6f78c3746cd34252ebba9f24c8f43f.tar.gz YetAnotherConfigLib-7879784cea6f78c3746cd34252ebba9f24c8f43f.tar.bz2 YetAnotherConfigLib-7879784cea6f78c3746cd34252ebba9f24c8f43f.zip |
Remove old modids from FMJ for 1.20
Diffstat (limited to 'fabric')
-rw-r--r-- | fabric/src/main/resources/fabric.mod.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index c4c74b6..21a6336 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -1,10 +1,6 @@ { "schemaVersion": 1, "id": "${id}", - "provides": [ - "yet-another-config-lib", - "yet_another_config_lib" - ], "version": "${version}", "name": "${name}", "description": "${description}", |