From 176903b10748c4e40cbedd10022094c08e552574 Mon Sep 17 00:00:00 2001 From: Tobias Nett Date: Sun, 18 Apr 2021 18:52:52 +0200 Subject: [PATCH] refactor: adjust for restructured Health v2.0.0-SNAPSHOT (#5) --- module.txt | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/module.txt b/module.txt index e70eef9..40c014d 100644 --- a/module.txt +++ b/module.txt @@ -5,12 +5,31 @@ "displayName": "Core Gameplay", "description": "Minimal gameplay template. Little content but a few starting items.", "dependencies": [ - { "id": "CoreAdvancedAssets", "minVersion": "1.0.0" }, - { "id": "CoreAssets", "minVersion": "2.0.0" }, - { "id": "CoreRendering", "minVersion": "1.0.0" }, - { "id": "CoreWorlds", "minVersion": "1.1.0", "maxVersion": "3.0.0" }, - { "id": "Health", "minVersion": "1.0.0" }, - { "id": "Inventory", "minVersion": "1.2.1" } + { + "id": "CoreAdvancedAssets", + "minVersion": "1.0.0" + }, + { + "id": "CoreAssets", + "minVersion": "2.0.0" + }, + { + "id": "CoreRendering", + "minVersion": "1.0.0" + }, + { + "id": "CoreWorlds", + "minVersion": "1.1.0", + "maxVersion": "3.0.0" + }, + { + "id": "Health", + "minVersion": "2.0.0-SNAPSHOT" + }, + { + "id": "Inventory", + "minVersion": "1.2.1" + } ], "isGameplay": "true", "defaultWorldGenerator": "CoreWorlds:FacetedSimplex"