Update core.js
This commit is contained in:
parent
620df2f74c
commit
a26af21cb0
1 changed files with 1 additions and 1 deletions
2
core.js
2
core.js
|
@ -27,7 +27,7 @@ function injectTo(client) {
|
|||
});
|
||||
},
|
||||
refillCmdCore() {
|
||||
client.chat(`/fill ${cmdCore.S.x} ${cmdCore.S.y} ${cmdCore.S.z} ${cmdCore.E.x} ${cmdCore.E.y} ${cmdCore.E.z} minecraft:repeating_command_block{CustomName:'{"text":"mBot","color":"red","bold":true}'} replace`);
|
||||
client.chat(`/fill ${cmdCore.S.x} ${cmdCore.S.y} ${cmdCore.S.z} ${cmdCore.E.x} ${cmdCore.E.y} ${cmdCore.E.z} minecraft:repeating_command_block{CustomName:'{"text":"Bot core"}'} replace`);
|
||||
client.emit("cmdCore_refilled");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue