Method renaming for consistency

This commit is contained in:
Anuken
2020-09-28 18:32:39 -04:00
parent 6a45a965c0
commit a5b1239c2b
6 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ public class CachedTile extends Tile{
Block block = block();
if(block.hasEntity()){
if(block.hasBuilding()){
Building n = entityprov.get();
n.cons(new ConsumeModule(build));
n.tile(this);