Plugin packs are incorrectly loaded #4064
Labels
status: needs triage
This label is automatically applied to new issues and pull requests to indicate they require triage
type: bug
Something isn't working
Affected Product(s)
SpongeVanilla
Version
1.20.6-11.0.1-RC1707
Operating System
Linux (Fedora 40)
Java Version
openjdk 21.0.3
Plugins/Mods
Describe the bug
When a plugin contains any data/assets resources (
data/minecraft/dimension/overworld.json
in my case) the server fails to load with aStringIndexOutOfBoundsException: Range [x, y) out of bounds for length n
(x, y, n depending on the path of the resource). The resource can be located at any path as long as it's inside a valid namespace (data/minecraft/doesnotmatter/atall.json
also fails to load)Reproducing
data/minecraft/dimension/overworld.json
with any data (doesn't matter) to plugin resourcesLink to logs
https://paste.gg/p/anonymous/017c5a63cfee4ee190a8900761d7d065
The text was updated successfully, but these errors were encountered: