Closed onebeastchris closed 4 months ago
Are you sure you tested using a production spigot jar?
public static MinecraftKey a(String var0) {
return a(var0, ':');
}
This is the method on spigot. parse
will only work on Paper with it's Mojang-mapped runtime.
I've tested this on Spigot 1.21 built with their build tools, yeah
Hey! The ResourceLocation constructor with one string argument was removed in 1.21 in favor of a new parse() method. Hence, this lead to cloud breaking in 1.21, so here we are. This is my first time trying to contribute, so if there's anything you'd like to me to change, please let me know :)
Tested on 1.21 Spigot, seems to work there.
Stacktrace: