From 1bc9006d7bbe5c503f36364b2c4dce2a29293e3a Mon Sep 17 00:00:00 2001 From: Glease <4586901+Glease@users.noreply.github.com> Date: Thu, 1 Sep 2022 12:01:50 +0800 Subject: add skeleton code this should be the least common code for all the branches I work on... --- src/main/resources/mcmod.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 22523887dc..85a730d971 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -1,6 +1,6 @@ [ { - "modid": "ggfab", + "modid": "${modId}", "name": "${modName}", "description": "Production at scale", "version": "${modVersion}", -- cgit