neko-craft / NekoMaid

A plugin can use Web to manage your MineCraft server.
http://maid.neko-craft.com
GNU Affero General Public License v3.0
200 stars 22 forks source link

[Suggestion] Resourcepack support #32

Open BookWyrm114 opened 2 years ago

BookWyrm114 commented 2 years ago

Allow uploading a custom resourcepack or placing one in the plugin folder somewhere to correctly display custom items that use custom modeldata in inventories, and custom font images in the terminal.

ShirasawaSama commented 2 years ago

This is very difficult because the current item preview is rendered by https://github.com/ShirasawaSama/minecraft-render. If we want to realize the function, we must change to real-time rendering, which is a big problem for some devices with low performance and the upstream broadband of the server.

BookWyrm114 commented 2 years ago

Ok, maybe eventually it could be added as an optional feature that's disabled by default

ShirasawaSama commented 2 years ago

I will consider implementing this function if more people want it. Because if we want to implement it, we need to modify a lot of things.