Not Up to Date
FeelsWasTaken opened this issue ยท 8 comments
Before continuing if you are reporting an issue, please ensure that all mods involved are updated to the latest version available, if your issue with with intermod compatibility such mixing C&B bits with other blocks make sure that MCMP is also updated. If your issue is a crash, be sure to include the crash log with your report.
For any bug reports please provide the following details as well,
- MC Version: 1.16.4
- C&B Version: 14.33
- Do You have Optifine: Yes
When I try to use the mod forge says the mod is for an older version of forge. Is this an issue or am I just going to need an older version of forge to run C&B?
MC Version: 1.16.3 and 1.16.4
C&B Version: tried both beta and alpha 1.16 versions
Do You have Optifine: Yes
i've tried a few versions of forge now and am still getting the error that a licence isn't in the mod, or that i require an earlier version of forge, same as above
I do not specify a minimal requirement for the forge version.
Screenshots or logs would be required to track this down.
MC Version: 1.16.4
C&B Version: 00.4-ALPHA to 0.0.6 BETA
Do You have Optifine: No (as of right now)
I'm getting said error message too. it happens with forge version 35+ which seems to be every 1.16.4 forge version (only fully c checked with 0.0.6 BETA)
latest.log
Completely missed alpha 0.2.0-0.2.2 on the CurseForge page, my bad. They sure do their best to hide alpha releases, even if you go to the files tab you still need to click View All
before they'll show up.
Yeah they are alphas cause i am still in the process of porting features and they might contain bugs.
There is a project here in this repo that handles the release tracking. Once I have fixed all high and medium prio bugs I will make a new beta.
You need to edit your mods.toml
file to include a license
value like so:
modLoader="javafml"
loaderVersion="[28,)"
license="Unlicense" # <-- Like this
[[mods]] #mandatory
modId="chiselsandbits"
version="${file.jarVersion}"
displayName="Chisels & bits"
authors="OrionOnline, LDTTeam, AlgorithmX2 "
description='''
a mod about Sculpting, Decorating and Aesthetics.
Ported to 1.16.2 by the LDTTeam.
'''
Forge 1.16.x requires this; Leaving it out will result in a fatal error.