lithium-fabric
lithium-fabric copied to clipboard
Add full support for path node types api, deferred path node types caching.
This pull request does two things:
- Removes the
@Overwritemixins in LandPathNodeMakerMixin, and replaces them with@Inject, that is more compatible with other mods. - Adds support for caching custom node types, from path node types api, with lithium caching system (PR #2519).
This is draft until 2519 is merged, because an interface reference is needed to complete (see todo in code).