bugfix
This commit is contained in:
parent
944e92d39a
commit
8aa3d1ae61
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ export default function load (b) {
|
||||||
b.add_sc_task('cc', () => {
|
b.add_sc_task('cc', () => {
|
||||||
const xstart = b.currentChunk.x << 4
|
const xstart = b.currentChunk.x << 4
|
||||||
const zstart = b.currentChunk.z << 4
|
const zstart = b.currentChunk.z << 4
|
||||||
b.chat(`/fill ${xstart} 55 ${zstart} ${xstart + cs.x - 1} 55 ${zstart + cs.z - 1} ${refillPayload}`)
|
b.chat(`/fill ${xstart} 55 ${zstart} ${xstart + 16 - 1} 55 ${zstart + 16 - 1} ${refillPayload}`)
|
||||||
})
|
})
|
||||||
b.add_sc_task('cc_size', () => {
|
b.add_sc_task('cc_size', () => {
|
||||||
b.chat('/gamerule commandModificationBlockLimit 32768')
|
b.chat('/gamerule commandModificationBlockLimit 32768')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue