lithium-fabric icon indicating copy to clipboard operation
lithium-fabric copied to clipboard

Add full support for path node types api, deferred path node types caching.

Open devpelux opened this issue 3 years ago • 0 comments

This pull request does two things:

  1. Removes the @Overwrite mixins in LandPathNodeMakerMixin, and replaces them with @Inject, that is more compatible with other mods.
  2. 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).

devpelux avatar Sep 13 '22 15:09 devpelux