Skip to content

Commit

Permalink
refactor: adjust for restructured Health v2.0.0-SNAPSHOT (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
skaldarnar authored Apr 18, 2021
1 parent 2747364 commit 55f36e2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions module.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"id": "Scenario",
"version": "1.1.0-SNAPSHOT",
"author": "Cata",
"displayName": "Scenario",
"description": "The Scenario module allows for creations of scenarios, which are \"static worlds\" with logic attached to them.",
"dependencies": [
{
"id": "CoreAssets",
"minVersion": "2.0.1"
},
{
"id": "Health",
"minVersion": "1.0.0"
},
{
"id": "Inventory",
"minVersion": "1.1.0"
},
{
"id": "StructureTemplates",
"minVersion": "1.0.0"
}
],
"serverSideOnly": false,
"isAugmentation": true,
"isSpecial": true
"id": "Scenario",
"version": "1.1.0-SNAPSHOT",
"author": "Cata",
"displayName": "Scenario",
"description": "The Scenario module allows for creations of scenarios, which are \"static worlds\" with logic attached to them.",
"dependencies": [
{
"id": "CoreAssets",
"minVersion": "2.0.1"
},
{
"id": "Health",
"minVersion": "2.0.0-SNAPSHOT"
},
{
"id": "Inventory",
"minVersion": "1.1.0"
},
{
"id": "StructureTemplates",
"minVersion": "1.0.0"
}
],
"serverSideOnly": false,
"isAugmentation": true,
"isSpecial": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
import org.terasology.engine.logic.chat.ChatMessageEvent;
import org.terasology.engine.logic.common.DisplayNameComponent;
import org.terasology.engine.logic.health.EngineDamageTypes;
import org.terasology.logic.health.event.DoDamageEvent;
import org.terasology.logic.health.event.DoRestoreEvent;
import org.terasology.module.health.events.DoDamageEvent;
import org.terasology.module.health.events.DoRestoreEvent;
import org.terasology.module.inventory.components.InventoryComponent;
import org.terasology.module.inventory.systems.InventoryManager;
import org.terasology.engine.logic.inventory.ItemComponent;
Expand Down

0 comments on commit 55f36e2

Please sign in to comment.