block base class cleanup
This commit is contained in:
parent
346937ba4a
commit
828d215048
161 changed files with 1832 additions and 2044 deletions
|
@ -1809,7 +1809,7 @@ public class Client implements IThreadListener {
|
|||
State block = this.world.getState(pos);
|
||||
|
||||
if(!this.debugWorld) {
|
||||
block = block.getBlock().getActualState(block, this.world, pos);
|
||||
block = block.getBlock().getState(block, this.world, pos);
|
||||
}
|
||||
|
||||
StringBuilder str = new StringBuilder(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue