[c8341e5] Added portuguese translation (#518) (GitHub)
[c38e5ef] Update es_ar.json (#543) (GitHub)
[5fac699] Translation into Argentine Spanish (es_ar) for JustEnoughResources (#542) (GitHub)
[a46144a] Fixed world-gen.json
loading by using ResourceLocation.parse
instead of ResourceLocation.withDefaultNamespace
. The dim
parameter already includes the namespace (e.g., minecraft:iron_ore
), whereas withDefaultNamespace
assumes a path-only input (e.g., iron_ore
). This mismatch was causing a ResourceLocationException: Non [a-z0-9/._-] character in path of location: minecraft:minecraft:overworld
. (#537) (GitHub)
[210cee0] update to 1.21 (way2muchnoise)