package openmods.config; import net.minecraft.item.Item; public interface ItemInstances extends InstanceContainer<Item> { }