Started by
eeScore
on
Topic category: Help with Minecraft modding (Java Edition)
im making a horror mod and i want the players chunk render distance thing be locked at 2
if somebody knows how to do this please tell me
Topic category: Help with Minecraft modding (Java Edition)
im making a horror mod and i want the players chunk render distance thing be locked at 2
if somebody knows how to do this please tell me
...To the best of my knowledge, not possible- definitely not using MCreator's built in tools. There might be a way to do this with custom code, but I'm pretty sure the settings are kind of off limits when it comes to modding.
I wouldn't advise changing the render distance. It's very intrusive and can cause problems if you're using shaders. I'd recommend using fog instead.
and how would you make fog?
A very simple way would be to just give the player the blindness or darkness potion effects.
What about white fog?
You would probably need to do something with rendering code or the world renderer plugin.
However, I have no clue how to work with rendering code, and the world renderer plugin hasn't been updated to the newest MCreator version. You will need to either download an old MCreator version, wait for the world renderer plugin to be updated, or learn java code.
There might also be some other solution that I am not aware of.