Skip to content

Commit

Permalink
refactor: adjust for restructured Health v2.0.0-SNAPSHOT (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
skaldarnar authored Apr 18, 2021
1 parent 62ecf17 commit 6a0354c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions module.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"id": "MultiBlock",
"version": "1.1.0-SNAPSHOT",
"version": "1.1.0",
"author": "Marcin Sciesinski <[email protected]>",
"displayName": "Multi Block",
"description": "Simplifies creating multi-block structures",
"dependencies": [
{ "id": "Health", "minVersion": "1.0.0" }
{
"id": "Health",
"minVersion": "2.0.0-SNAPSHOT"
}
],
"isServerSideOnly": false,
"isLibrary": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import org.terasology.engine.entitySystem.systems.RegisterMode;
import org.terasology.engine.entitySystem.systems.RegisterSystem;
import org.terasology.engine.entitySystem.systems.UpdateSubscriberSystem;
import org.terasology.logic.health.event.BeforeDamagedEvent;
import org.terasology.module.health.events.BeforeDamagedEvent;
import org.terasology.engine.logic.location.LocationComponent;
import org.terasology.engine.registry.In;
import org.terasology.engine.registry.Share;
Expand Down

0 comments on commit 6a0354c

Please sign in to comment.