Not compatible with current version of Forge for 1.20.1
brianfreud opened this issue ยท 4 comments
[16Sep2023 22:35:15.452] [main/ERROR] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Missing or unsupported mandatory dependencies:
Mod ID: 'forge', Requested by: 'carryon', Expected range: '[46,47.1.3]', Actual version: '47.1.46'
just use the older version of carry on that works with newer forge version just fine
Plus one on this, If there is no breaking change in forge (I don't think there is?), you should leave the upper version open ended and not close the versioning like that. With your current setting, the moment forge goes one level up with a suggested versioning, people will have issue with your mod !
versionRange="[46,47.1.3]" #mandatory
although it says it's mandatory, but it's exactly the problem I think?!