FancyMcPlugins / FancyNpcs

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

Use StreamSupport instead of Registry#stream on 1.20.1 #130

Closed Grabsky closed 3 days ago

Grabsky commented 3 days ago

Registry#stream was added in last build for Paper 1.20.1, making the plugin unable to load on a server that use earlier version of said software. While only latest builds of Paper should be supported, this method can be replaced easily and 1.19.4 module is already using it.