Can not use texture file path with <"> in shader.properties
The mcmeta file path of texture is incorrectly set as
"file_path".mcmeta
.
e.g. When using path like texture.noise = "/lib/textures/noise.png"
, causing java.nio.file.InvalidPathException: Illegal char <"> at index 0: "/lib/textures/noise.png".mcmeta
error.0 Replies