From 880a07991190fe38ef1bc1a7c0bd55fd937a7387 Mon Sep 17 00:00:00 2001 From: Tobias Nett Date: Sat, 17 Apr 2021 20:53:40 +0200 Subject: [PATCH 1/2] refactor: adjust for restructured Health v2.0.0-SNAPSHOT - bump version for Health to 2.0.0-SNAPSHOT - adjust imports (auto-refactoring done by IntelliJ) Depends on https://github.com/Terasology/Health/pull/78 --- 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" From e4e64e5edb640c035e5e642b85ff8598755ab513 Mon Sep 17 00:00:00 2001 From: Josephine Rueckert Date: Sun, 18 Apr 2021 18:41:13 +0200 Subject: [PATCH 2/2] chore: retrigger checks