1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-04 02:53:33 +00:00
CC-Tweaked/projects/core
Jonathan Coates 34a31abd9c
Move our internal module into the main package path
I originally put cc.import in a separate directory from the main
modules. This means that programs must extend the package path in order
to import these modules.

However, this ends up being a mixed blessing: while it makes it much
harder for users to accidentally require user code, it also means we
can't expose a public interface which wraps a private module.

Instead, cc.import now lives on the main package path, but lives under
the cc.internal namespace and is not documented anywhere. Hopefully this
should be enough of a clue that one shouldn't use it :p.
2023-01-05 21:55:08 +00:00
..
src Move our internal module into the main package path 2023-01-05 21:55:08 +00:00
build.gradle.kts Update to latest Forge 2022-12-15 17:53:50 +00:00