mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-13 21:06:16 +00:00
refactor: finally remove the hclient scent
This commit is contained in:
parent
8b7545ac16
commit
c2313ee650
1 changed files with 2 additions and 3 deletions
|
|
@ -172,9 +172,8 @@ public class CommandCore {
|
||||||
if (!runFillCommand || withPos == null) return;
|
if (!runFillCommand || withPos == null) return;
|
||||||
|
|
||||||
final String command = String.format(
|
final String command = String.format(
|
||||||
KaboomCheck.INSTANCE.isKaboom ?
|
"fill %s %s %s %s %s %s command_block",
|
||||||
"fill %s %s %s %s %s %s repeating_command_block replace" :
|
|
||||||
"fill %s %s %s %s %s %s command_block",
|
|
||||||
withPos.getMinX(),
|
withPos.getMinX(),
|
||||||
withPos.getMinY(),
|
withPos.getMinY(),
|
||||||
withPos.getMinZ(),
|
withPos.getMinZ(),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue