Skip to content

Commit 628880e

Browse files
committed
entity, not item for thaumcraft aspects Close #741
1 parent cf2acb3 commit 628880e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/blamejared/compat/thaumcraft/handlers/expand/IEntityAspectExpansion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void apply() {
2929

3030
@Override
3131
public String describe() {
32-
return "Setting aspects on item: " + definition.getId() + " to: " + getAspects();
32+
return "Setting aspects on entity: " + definition.getId() + " to: " + getAspects();
3333
}
3434

3535
private String getAspects() {
@@ -59,7 +59,7 @@ public void apply() {
5959

6060
@Override
6161
public String describe() {
62-
return "Removing aspects on item: " + definition.getId() + "," + getAspects();
62+
return "Removing aspects on entity: " + definition.getId() + "," + getAspects();
6363
}
6464

6565
private String getAspects() {

0 commit comments

Comments
 (0)