mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-02-02 11:21:20 +01:00
!Fixed deprecation
This commit is contained in:
parent
2efd3c8ded
commit
fff9690cfc
@ -19,8 +19,9 @@ import net.Indyuce.mmoitems.api.MMORecipeChoice;
|
||||
import net.Indyuce.mmoitems.api.Type;
|
||||
|
||||
|
||||
/** @deprecated One day I'll get rid of 1.12 for real >:) */
|
||||
/** One day I'll get rid of 1.12 for real >:) */
|
||||
public class RecipeManagerLegacy extends RecipeManager {
|
||||
@SuppressWarnings("deprecation")
|
||||
@Override
|
||||
protected void load() {
|
||||
for (Type type : MMOItems.plugin.getTypes().getAll()) {
|
||||
|
Loading…
Reference in New Issue
Block a user