Any way to turn off the new version notifications?
It's really annoying to have this chat message each time I switch worlds and stuff. Wouldn't be much of a big deal, but with the latest version of Sodium nothing renders for me, so I can't exactly update (idk what tag would really fit this, I just went for enhancement because I think thats closest)
9 Replies
Instead we should probably rather try to find the cause for your world not rendering. Can you please send a log?
How to get a log file:
Game logs can be found in the
logs
sub-directory in .minecraft on clients, or the logs
sub-folder of the server directory for servers. We're probably interested in the file named latest.log
, which you can drag and drop into Discord.Tag requested by mithos23
you can disable update checking by adding
disableUpdateMessage=true
to config/iris.properties
farsight def causes it at the moment, as per this bug report https://github.com/someaddons/farsight/issues/64
GitHub
[Bug]: Sodium 0.5.0 incompatible with Farsight · Issue #64 · somea...
Describe the bug you're experiencing The new release of sodium 0.5.0 does not work with Farsight, nothing renders: Reproducability Update to Sodium 0.5.0 Mod up to date Before submitting this i...
Hi! Sorry if this is a silly question, but where would I locate my config/iris.properties? I'm tackling the same issue due to my other mods not being updated alongside sodium
the config dir should be just under your game dir (i.e.
.minecraft
)Found it! Thanks so much fella :parrot:
ah, interesting
thanks!