I started to get this error, not able to join the game
Closed this issue ยท 1 comments
[17ene2021 05:11:29.630] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Caught exception during event RegistryEvent.Register<minecraft:item> dispatch for modid patchouli
net.minecraft.util.ResourceLocationException: Non [a-z0-9/._-] character in path of location: evolved_rpg:Evolved RPG guide
at net.minecraft.util.ResourceLocation.<init>(ResourceLocation.java:33) ~[?:?]
at net.minecraft.util.ResourceLocation.<init>(ResourceLocation.java:42) ~[?:?]
at vazkii.patchouli.common.book.BookRegistry.lambda$null$1(BookRegistry.java:66) ~[patchouli:1.16.4-48]
All characters in the book location must match the regex [a-z0-9/._-]
, the Evolved RPG book's location is Evolved RPG guide
, which contains spaces and uppercase characters. Not a Patchouli issue.