From a803b2a49c8419f4999629f989ba0649a4f57d4d Mon Sep 17 00:00:00 2001 From: DrNuget Date: Sun, 1 Sep 2024 02:09:01 +0300 Subject: modify gregtech configs --- config/gregtech/dimensions.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/gregtech/dimensions.json (limited to 'config/gregtech/dimensions.json') diff --git a/config/gregtech/dimensions.json b/config/gregtech/dimensions.json new file mode 100644 index 0000000..a4a6adf --- /dev/null +++ b/config/gregtech/dimensions.json @@ -0,0 +1,16 @@ +{ + "dims": [ + { + "dimID": 0, + "dimName": "Overworld" + }, + { + "dimID": 1, + "dimName": "End" + }, + { + "dimID": -1, + "dimName": "Nether" + } + ] +} \ No newline at end of file -- cgit v1.2.3