Create Ore Excavation Plus

Create Ore Excavation Plus

115k Downloads

Mod Wont Load But Easy Fix

NamelessGamer06 opened this issue ยท 0 comments

commented

Your mod currently does not load because create ore extraction update their mod version but it is an easy fix

The fix:

you have that mod listed as a dependency like this:
[[dependencies.create_ore_excavation_plus]]
modId="createoreexcavation"
mandatory=true
versionRange="[0.3.1,1.0.0]"
ordering="AFTER"
side="BOTH"

I don't see why you have a max version listed as you do here : versionRange="[0.3.1,1.0.0]"
I would recommend just not setting a max version like this: versionRange="[0.3.1,]"

this makes the mod function without issue and you will not have to change this everytime the dependent is updated.

best regards,
former minecraft modded