We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2acb3 commit 628880eCopy full SHA for 628880e
1 file changed
src/main/java/com/blamejared/compat/thaumcraft/handlers/expand/IEntityAspectExpansion.java
@@ -29,7 +29,7 @@ public void apply() {
29
30
@Override
31
public String describe() {
32
- return "Setting aspects on item: " + definition.getId() + " to: " + getAspects();
+ return "Setting aspects on entity: " + definition.getId() + " to: " + getAspects();
33
}
34
35
private String getAspects() {
@@ -59,7 +59,7 @@ public void apply() {
59
60
61
62
- return "Removing aspects on item: " + definition.getId() + "," + getAspects();
+ return "Removing aspects on entity: " + definition.getId() + "," + getAspects();
63
64
65
0 commit comments