mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Setup a legacy mapper system. The file does not exist yet.
This commit is contained in:
@ -37,14 +37,4 @@ public class ForgeItemRegistry implements ItemRegistry {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public BaseItem createFromId(int id) {
|
||||
if (Item.REGISTRY.getObjectById(id) != null) {
|
||||
return new BaseItem(id);
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user