This commit is contained in:
7cc5c4f330d47060 2024-11-19 20:05:19 -05:00
parent 1eef37ae86
commit 03f725a888
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA
35 changed files with 526 additions and 534 deletions

View file

@ -1,6 +1,6 @@
import { default as uuidToInt } from '../util/uuidtoint.js'
import { default as plainParser } from '../util/chatparse_plain.js'
import { default as mcParser } from '../util/chatparse_mc.js'
import uuidToInt from '../util/uuidtoint.js'
import plainParser from '../util/chatparse_plain.js'
import mcParser from '../util/chatparse_mc.js'
const cs = {
x: 4,
y: 6,
@ -135,4 +135,4 @@ export default function load (b) {
b.ccq.push(`/${tellrawCommand} ${finalname} ${JSON.stringify(message)}`)
}
}
}
}