This commit is contained in:
Anuken 2020-08-21 20:45:29 -04:00 committed by GitHub
parent 467d995aed
commit b23d35797b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,10 +49,10 @@ public class AttributeSmelter extends GenericSmelter{
}
@Override
public void placed(){
super.placed();
public void onProximityUpdate(){
super.onProximityUpdate();
attrsum = sumAttribute(attribute, tile.x, tile.y);
}
}
}
}