when using modrinth and forge I can't get any shaders to work
complimentary and bsl work when I use curseforge, but in modrinth they only work in real chunks, yes I tried reloading minecraft. bliss and photon don't render lod chunks at all.
also it crashes any time I try to use the latest version of oculus, however it loads up when reverting to the previous version of oculus.
13 Replies
It works fine in fabric, but there's mods that I want to use that are exclusively forge
/shadersupport
Distant Horizons and Iris Shader Support Requirements:
- DH 2.1 + Iris
- Minecraft 1.20.1, 1.20.4, 1.20.6, 1.21
- Sodium 0.5.8+
- Iris 1.7.0 - 1.7.3
- Fabric API
- A compatible shaderpack: https://gist.github.com/Steveplays28/52db568f297ded527da56dbe6deeec0e
- DH 2.2 + Iris
- Minecraft 1.20.1, 1.21.1
- Sodium 0.5.8+
- Iris 1.7.5, 1.8, or newer
- Fabric API
- A compatible shaderpack: https://gist.github.com/Steveplays28/52db568f297ded527da56dbe6deeec0e
Gist
Distant Horizons shader compatibility info
Distant Horizons shader compatibility info. GitHub Gist: instantly share code, notes, and snippets.
I've already read through that and made sure I was using compatible things
Oh, I guess I do need to use the most recent version of oculus, but it crashes if I do in both modrinth and curseforge
I'm trying updating GPU drivers
Oculus isn't exactly the best mod...
Yeah, i'd much rather be using fabric, but I want the tetra mod lol
It's there any other option that might work?
this is the crash log with nothing but embeddium, oculus, and DH installed.
Could you provide latest.log instead please: /logstore
You should send your
latest.log
file to provide additional useful information.
Logs are usually located in the .minecraft/logs
directory.
On Windows: %appdata%\.minecraft\logs
On Linux: ~/.minecraft/logs
On Mac: ~/Library/Application Support/minecraft/logs
Please upload the file to mclo.gs instead of sending the raw file. This makes reading the contents of the file a lot easier and improves the chances of you getting the help needed.
After uploading the file, click on Save
and send the link.looks like this has been a problem for a while https://github.com/Asek3/Oculus/issues/683
GitHub
Oculus Crash with Distant Horizons 2.2.0-a · Issue #683 · Asek3/Ocu...
Minecraft Version Forge 1.20.1 Oculus Version 1.7.0 Rubidium / Embeddium Version Embeddium 0.3.30 Operating System Windows 11 What is your GPU? Nvidia RTX 4070 Java Version jdk 17 Reproduction Step...
Oculus may work, but can produce unexpected results, it is preffered to use Iris on Fabric or Neoforge instead.
To use oculus with DH, it is only possible to use minecraft 1.20.1 with forge. Oculus 1.7 is the only officially released version of Oculus that works with DH, and only works with DH 2.1.x. If you are using DH 2.2.x with Oculus 1.7, that is the reason for your crash.
For DH 2.2.x, the only option is to use an unreleased version of Oculus found at https://github.com/Asek3/Oculus/actions/runs/11198312573/artifacts/2020008921 (you need to be logged in or it will 404). Unzip the given file, take
oculus-mc1.20.1-1.7.0.jar.
and put it in your mods folder.
For DH 2.3, you need the unreleased version mentioned above, and edit it to make it work with DH 2.3:
- unzip the mod .jar
- go inside the META folder
- edit mods.toml to say it is Oculus 1.8.0
- save the file and zip the mod file back (zip the files and not the folder)thanks