temp fixed block id removal

This commit is contained in:
Sen 2025-06-19 19:49:45 +02:00
parent 7c8a51bcac
commit bc74b3a29d
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
3 changed files with 232 additions and 318 deletions

View file

@ -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()) {