[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)
[02732bb] update to 1.20.6 (way2muchnoise)
[ff94130] fix villager render issues (way2muchnoise)