FancyMcPlugins / FancyNpcs

FancyNpcs is a simple, lightweight and fast npc plugin using packets
https://modrinth.com/plugin/fancynpcs
MIT License
102 stars 23 forks source link

New project structure #17

Closed OliverSchlueter closed 1 year ago

OliverSchlueter commented 1 year ago

With this strucutre, the plugin can support more than one version in one jar. It requires to remove ALL nms stuff from the main module.

This process will take a while but once finished, it will be easy to add support for any version.

For testing do the following: Remove the paperweight-paperDevBundle dependency in ./build.gradle.kts

By the way I'll just dump out commits into this branch and once this is done, I'll do a big Squash-commit

OliverSchlueter commented 1 year ago

starting again