Skip to content

Commit

Permalink
refactor: adjust for restructured Health v2.0.0-SNAPSHOT (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
skaldarnar committed Apr 18, 2021
1 parent 7f22287 commit 00e272d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
31 changes: 25 additions & 6 deletions module.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,31 @@
"displayName": "Inferno",
"description": "A module that adds an additional dimension with spooky things.",
"dependencies": [
{ "id": "ChiselBlocks", "minVersion": "1.0.0" },
{ "id": "CoreAssets", "minVersion": "2.0.1" },
{ "id": "CoreWorlds", "minVersion": "1.1.0", "maxVersion": "3.0.0" },
{ "id": "DamagingBlocks", "minVersion": "1.0.0" },
{ "id": "Health", "minVersion": "1.0.0" },
{ "id": "Inventory", "minVersion": "1.1.0" }
{
"id": "ChiselBlocks",
"minVersion": "1.0.0"
},
{
"id": "CoreAssets",
"minVersion": "2.0.1"
},
{
"id": "CoreWorlds",
"minVersion": "1.1.0",
"maxVersion": "3.0.0"
},
{
"id": "DamagingBlocks",
"minVersion": "1.0.0"
},
{
"id": "Health",
"minVersion": "2.0.0-SNAPSHOT"
},
{
"id": "Inventory",
"minVersion": "1.1.0"
}
],
"serverSideOnly": false,
"isWorld": "true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import org.terasology.engine.logic.characters.CharacterComponent;
import org.terasology.engine.logic.characters.CharacterTeleportEvent;
import org.terasology.engine.logic.health.BeforeDestroyEvent;
import org.terasology.logic.health.event.RestoreFullHealthEvent;
import org.terasology.module.health.events.RestoreFullHealthEvent;
import org.terasology.module.inventory.systems.InventoryManager;
import org.terasology.module.inventory.systems.InventoryUtils;
import org.terasology.engine.logic.location.LocationComponent;
Expand Down

0 comments on commit 00e272d

Please sign in to comment.