Topic category: Advanced modding
Patchouli with version 53.3 for 1.16.5 is not letting me make more than one page in json files. I was using API's reborn at first and then I tried ShadowAPI's support for patchouli but both seem to not let me make more than one page? I'm not sure if this is a patchouli thing or a API plugin thing. Sorry if this is under the wrong forum page. To help you understand my problem more, I can only use one page, and if I load in the game with code like this
[
{
"type": "patchouli:text",
"text": "These are the custom music discs which take you back on a trip down memory lane, currently there is no way to obtain them",
"type": "patchouli:spotlight",
"item": "chaoss_mod:beta_alpha",
"title": "Beta - Alpha"
},
{
"type": "patchouli:spotlight",
"item": "chaoss_mod:beta_aria_math",
"title": "Beta - Ariamath"
}
]
The parenthesis in the middle I made bigger to emphasize that part, you would usually put a comma after to separate it into the next page, but when I load the game it says error on that line of code and it messes everything up, I have tried everything to try and make it into more than one page in patchouli but nothing seems to work, another thing if you can help me with is that I have to keep exporting the mod in mcreator and use it in regular Minecraft because everytime I load up Minecraft in mcreator when I join a world the world gen is stuck at 100% and I don't know why. I hope all of this made sense and thanks.
It's a little different from documentation
I dont know what i did different last night because everything looked the same but for some reason it works now, does anyone know how to fix my mcreator world gen stopping at 100% and not loading in, it started ever since I added the patchouli folder in it
Make a new topic to your new problem