mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-25 00:51:20 +01:00
Patched books
This commit is contained in:
parent
4a42d373f2
commit
be714b32fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user