package openmods.config; import net.minecraft.block.Block; public interface BlockInstances extends InstanceContainer<Block> { }