[fix] Remove death inducing cringe from BookCrash

This commit is contained in:
living 2020-12-09 12:24:21 -05:00 committed by GitHub
parent 09e0ca0293
commit 36c9586a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -72,8 +72,8 @@ object BookCrash : Module() {
}
val tag = NBTTagCompound().apply {
setString("author", "Bella")
setString("title", "\n Bella Nuzzles You \n")
setString("author", "KAMI Blue")
setString("title", "\n Minecraft pozzed \n")
setTag("pages", list)
}
val bookObj = ItemStack(Items.WRITABLE_BOOK).apply {
@ -96,4 +96,4 @@ object BookCrash : Module() {
private fun repeat(count: Int, with: String): String {
return String(CharArray(count)).replace("\u0000", with)
}
}
}