temp fixed block id removal
This commit is contained in:
parent
7c8a51bcac
commit
bc74b3a29d
3 changed files with 232 additions and 318 deletions
|
@ -1929,8 +1929,7 @@ public class Client implements IThreadListener {
|
|||
}
|
||||
|
||||
StringBuilder str = new StringBuilder(
|
||||
"Schaue auf: " + BlockRegistry.getNameFromBlock(block.getBlock()) + " [" + BlockRegistry.getIdFromBlock(block.getBlock()) +
|
||||
":" + block.getBlock().getMetaFromState(block) + "]" + "\n" +
|
||||
"Schaue auf: " + BlockRegistry.getNameFromBlock(block.getBlock()) + "\n" +
|
||||
String.format("Position: %d %d %d", pos.getX(), pos.getY(), pos.getZ())
|
||||
);
|
||||
for(Entry<IProperty, Comparable> entry : block.getProperties().entrySet()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue