This commit is contained in:
7cc5c4f330d47060 2025-02-13 15:08:51 -05:00
parent 944e92d39a
commit 8aa3d1ae61
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

@ -61,7 +61,7 @@ export default function load (b) {
b.add_sc_task('cc', () => {
const xstart = b.currentChunk.x << 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.chat('/gamerule commandModificationBlockLimit 32768')