Patched books

This commit is contained in:
Auxilor 2022-09-02 10:41:52 +01:00
parent 4a42d373f2
commit be714b32fa

View File

@ -162,7 +162,9 @@ class AnvilSupport(
}
if (left.type != right.type) {
return FAIL
if (right.type != Material.ENCHANTED_BOOK) {
return FAIL
}
}
left.fast().displayName = formattedItemName.let { "§o$it" } // Same again, it works though