in wiki: https://github.com/ryanhcode/sable/wiki#working-with-sable
Neoforge example of dependencies states to use:
api("dev.ryanhcode.sable:sable-common-${project.minecraft_version}:${project.sable_version}")
when it should be:
api("dev.ryanhcode.sable:sable-neoforge-${project.minecraft_version}:${project.sable_version}")
in wiki: https://github.com/ryanhcode/sable/wiki#working-with-sable
Neoforge example of dependencies states to use:
api("dev.ryanhcode.sable:sable-common-${project.minecraft_version}:${project.sable_version}")
when it should be:
api("dev.ryanhcode.sable:sable-neoforge-${project.minecraft_version}:${project.sable_version}")