Fixed FastItemStack on 1.20.6
This commit is contained in:
@@ -87,6 +87,10 @@ public interface ExtendedPersistentDataContainer {
|
||||
* @return The extended container.
|
||||
*/
|
||||
static ExtendedPersistentDataContainer extend(@NotNull PersistentDataContainer base) {
|
||||
if (base instanceof ExtendedPersistentDataContainer) {
|
||||
return (ExtendedPersistentDataContainer) base;
|
||||
}
|
||||
|
||||
return Eco.get().adaptPdc(base);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user