Skip to content

Commit

Permalink
refactor: adjust for restructured Health v2.0.0-SNAPSHOT (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
skaldarnar authored Apr 18, 2021
1 parent a557830 commit d5d72a6
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
114 changes: 57 additions & 57 deletions module.txt
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
{
"id": "ManualLabor",
"version": "1.4.0-SNAPSHOT",
"author": "Josharias",
"displayName": "Manual Labor",
"description": "Adds tools to make manual tasks like digging and chopping easier.",
"dependencies": [
{
"id": "CoreAssets",
"minVersion": "2.0.1"
},
{
"id": "Drops",
"minVersion": "1.0.1"
},
{
"id": "Durability",
"minVersion": "1.1.0"
},
{
"id": "EdibleSubstance",
"minVersion": "1.0.0"
},
{
"id": "Health",
"minVersion": "1.0.0"
},
{
"id": "InGameHelp",
"minVersion": "1.1.0"
},
{
"id": "Inventory",
"minVersion": "1.1.0"
},
{
"id": "ItemRendering",
"minVersion": "1.1.0"
},
{
"id": "Machines",
"minVersion": "1.2.0"
},
{
"id": "SubstanceMatters",
"minVersion": "2.0.0"
},
{
"id": "WildAnimals",
"minVersion": "1.0.0"
},
{
"id": "Workstation",
"minVersion": "1.1.0"
}
],
"isAsset": true,
"isLibrary": true
"id": "ManualLabor",
"version": "1.4.0-SNAPSHOT",
"author": "Josharias",
"displayName": "Manual Labor",
"description": "Adds tools to make manual tasks like digging and chopping easier.",
"dependencies": [
{
"id": "CoreAssets",
"minVersion": "2.0.1"
},
{
"id": "Drops",
"minVersion": "1.0.1"
},
{
"id": "Durability",
"minVersion": "1.1.0"
},
{
"id": "EdibleSubstance",
"minVersion": "1.0.0"
},
{
"id": "Health",
"minVersion": "2.0.0-SNAPSHOT"
},
{
"id": "InGameHelp",
"minVersion": "1.1.0"
},
{
"id": "Inventory",
"minVersion": "1.1.0"
},
{
"id": "ItemRendering",
"minVersion": "1.1.0"
},
{
"id": "Machines",
"minVersion": "1.2.0"
},
{
"id": "SubstanceMatters",
"minVersion": "2.0.0"
},
{
"id": "WildAnimals",
"minVersion": "1.0.0"
},
{
"id": "Workstation",
"minVersion": "1.1.0"
}
],
"isAsset": true,
"isLibrary": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import org.terasology.engine.entitySystem.systems.BaseComponentSystem;
import org.terasology.engine.entitySystem.systems.RegisterMode;
import org.terasology.engine.entitySystem.systems.RegisterSystem;
import org.terasology.logic.health.event.BeforeDamagedEvent;
import org.terasology.module.health.events.BeforeDamagedEvent;
import org.terasology.module.inventory.ui.GetItemTooltip;
import org.terasology.engine.world.block.BlockComponent;
import org.terasology.engine.world.block.entity.damage.BlockDamageModifierComponent;
Expand Down

0 comments on commit d5d72a6

Please sign in to comment.