You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a vanilla+ modpack and the only things I need to change in the config are "boat": "ONLY_SIMULATION" and
"shaderLightPassthrough": 0.8. So, I removed the other lines in the config like I usually do when making mod packs, but it seems to break upon loading a world. It could be a formatting mistake on my part, but it looks correct to me.
Here's a screenshot of the config https://imgur.com/a/457NQac
I'm working on a vanilla+ modpack and the only things I need to change in the config are "boat": "ONLY_SIMULATION" and
"shaderLightPassthrough": 0.8. So, I removed the other lines in the config like I usually do when making mod packs, but it seems to break upon loading a world. It could be a formatting mistake on my part, but it looks correct to me.
Here's a screenshot of the config https://imgur.com/a/457NQac
{
"effectSpawningRules": {
"boat": "ONLY_SIMULATION"
},
"shaderLightPassthrough": 0.8
}
Expected behavior
It uses the two tweaked settings, and generates the rest of the config like normal. It also shouldn't crash when loading a world.
To Reproduce
Use the config file and load a world.
Hardware and OS
Windows 11
1050ti mobile
(same thing happened to my friend on an AMD system)
Versions
The text was updated successfully, but these errors were encountered: