Post cherry-pick updates
This commit is contained in:
parent
15f5392a62
commit
ffa75aba8d
2 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ public class DebugToolItem extends Item {
|
|||
MutableText s = new LiteralText("BlockEntity Tags:").formatted(Formatting.GREEN);
|
||||
|
||||
BlockDataObject bdo = new BlockDataObject(blockEntity, blockEntity.getPos());
|
||||
s.append(bdo.getTag().toText());
|
||||
s.append(bdo.getNbt().toString());
|
||||
|
||||
return s;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue