custom name on place block core
This commit is contained in:
parent
74b1720e05
commit
97ebc36556
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ public class CorePlugin extends PositionPlugin.Listener {
|
|||
blockEntityTag.put(new StringTag("Command", command));
|
||||
blockEntityTag.put(new ByteTag("auto", (byte) 1));
|
||||
blockEntityTag.put(new ByteTag("TrackOutput", (byte) 1));
|
||||
blockEntityTag.put(new StringTag("CustomName", bot.config.core.customName));
|
||||
tag.put(blockEntityTag);
|
||||
|
||||
final Vector3i temporaryBlockPosition = Vector3i.from(
|
||||
|
|
Loading…
Reference in a new issue