You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Metadata type should be independent and represent any .mcmeta file for any key.
This would remove the Metadatable interface and remove Metadata from the Texture class
Why?
Metadata have their own files, so, they are independent, they may function as replacements by overlays or filters for other resource packs.
Currently, independent metadata (metadata that is not attached to an existing file) is completely ignored and discarded by the MinecraftResourcePackReader class.
However, this would make Texture & other classes usage more complex and time-consuming.
The text was updated successfully, but these errors were encountered:
The
Metadata
type should be independent and represent any.mcmeta
file for any key.This would remove the
Metadatable
interface and removeMetadata
from theTexture
classWhy?
Metadata have their own files, so, they are independent, they may function as replacements by overlays or filters for other resource packs.
Currently, independent metadata (metadata that is not attached to an existing file) is completely ignored and discarded by the
MinecraftResourcePackReader
class.However, this would make
Texture
& other classes usage more complex and time-consuming.The text was updated successfully, but these errors were encountered: