From 7879784cea6f78c3746cd34252ebba9f24c8f43f Mon Sep 17 00:00:00 2001 From: isXander Date: Wed, 7 Jun 2023 20:54:17 +0100 Subject: Remove old modids from FMJ for 1.20 --- fabric/src/main/resources/fabric.mod.json | 4 ---- 1 file changed, 4 deletions(-) (limited to 'fabric') 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}", -- cgit