From c29d2b40481f0b5e6c85b63dabcc263d6b4fd178 Mon Sep 17 00:00:00 2001 From: DrNuget Date: Sun, 1 Sep 2024 18:41:09 +0300 Subject: modify runConfig.json --- groovy/runConfig.json | 8 ++++---- pack.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/groovy/runConfig.json b/groovy/runConfig.json index da10c5b..83d9415 100644 --- a/groovy/runConfig.json +++ b/groovy/runConfig.json @@ -1,7 +1,7 @@ { - "packName": "PlaceHolder name", - "packId": "placeholdername", - "version": "1.0.0", + "packName": "Gregtech Atomic Frontiers", + "packId": "gtaf", + "version": "0.0.1", "debug": false, "classes": { "preInit": [] @@ -20,4 +20,4 @@ "_comment": "By default the packmode is not synced with the packmode mod. You can enable integration, but you can no longer change packmode on the fly.", "integratePackmodeMod": false } -} \ No newline at end of file +} diff --git a/pack.toml b/pack.toml index 9b2028a..ba66a72 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Gregtech: Atomic Frontiers" author = "GT:AF Team" -version = "1.0.0" +version = "0.0.1" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "3c478bdc5283f41e1cb9816f626b8e73c565d9b73fc6053ea2921ceb84d6e1fd" +hash = "6d623266c596972cce691e9a4fe2a9ee8f7ced90828c01bc331dc5853dbe74d3" [versions] forge = "14.23.5.2860" -- cgit v1.2.3