mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-02-03 11:31:21 +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;
|
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 {
|
public class RecipeManagerLegacy extends RecipeManager {
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
@Override
|
@Override
|
||||||
protected void load() {
|
protected void load() {
|
||||||
for (Type type : MMOItems.plugin.getTypes().getAll()) {
|
for (Type type : MMOItems.plugin.getTypes().getAll()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user