Yark
TIPThe Iris Project
•Created by Yark on 12/6/2024 in #iris-issues
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.2 replies