Skip to content

Commit

Permalink
refactor: adjust for restructured Health v2.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
- bump version for Health to 2.0.0-SNAPSHOT
- adjust imports (auto-refactoring done by IntelliJ)

Depends on Terasology/Health#78
  • Loading branch information
skaldarnar committed Apr 17, 2021
1 parent d9c28a2 commit bf5cdbf
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 @@ -6,12 +6,31 @@
"description": "A module that adds rails and carts.",
"serverSideOnly": false,
"dependencies": [
{ "id": "CoreAssets", "minVersion": "2.0.1" },
{ "id": "Drops", "minVersion": "1.0.1" },
{ "id": "Health", "minVersion": "1.0.0" },
{ "id": "Inventory", "minVersion": "1.1.0" },
{ "id": "ModuleTestingEnvironment", "minVersion": "0.2.0", "optional": true },
{ "id": "SegmentedPaths", "minVersion": "1.0.0" }
{
"id": "CoreAssets",
"minVersion": "2.0.1"
},
{
"id": "Drops",
"minVersion": "1.0.1"
},
{
"id": "Health",
"minVersion": "2.0.0-SNAPSHOT"
},
{
"id": "Inventory",
"minVersion": "1.1.0"
},
{
"id": "ModuleTestingEnvironment",
"minVersion": "0.2.0",
"optional": true
},
{
"id": "SegmentedPaths",
"minVersion": "1.0.0"
}
],
"isAsset": true,
"isLibrary": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import org.terasology.engine.logic.common.ActivateEvent;
import org.terasology.engine.logic.health.DoDestroyEvent;
import org.terasology.engine.logic.health.EngineDamageTypes;
import org.terasology.logic.health.event.DoDamageEvent;
import org.terasology.module.health.events.DoDamageEvent;
import org.terasology.engine.logic.inventory.ItemComponent;
import org.terasology.engine.math.Side;
import org.terasology.engine.math.SideBitFlag;
Expand Down

0 comments on commit bf5cdbf

Please sign in to comment.