sp614x
sp614x
Added CEM support for arrow and spectral arrow.
There will be support for NeoForge at some point. Probably for the next major MC release (1.21).
The OptiFabric development has been taken over by several other people: - https://github.com/Chocohead/OptiFabric - https://github.com/CDAGaming/OptiFabric - https://github.com/Andrews54757/OptiFabric-updated - https://www.curseforge.com/minecraft/mc-mods/optifabric-updated
Custom sky textures could be quite big and use a lot of VRAM. Combined with the slow VRAM leak from the terrain geometry (#7475), your GPU may be getting out...
Probably LookingGlass is trying to render the other world view while rendering the item (book). This is definitely not possible with shaders as they use a lot of static state....
Some shader packs have different set of shaders for the different dimensions so trying to render a view of another dimension may cause the shaders to be reloaded, which is...
Something like `seed=vehicle` or `seed=rider` could help. Then the skeleton could use the random seed of the horse. That would also make the textures switch if the skeleton dismounts the...
Which resource pack has the problem?
It is not clear what you mean. There is no `nbt.int.xxxx` format. Int tags can be matched as string tags, like `nbt.Age=25`. They can also use the `range:` prefix: https://github.com/sp614x/optifine/blob/master/OptiFineDoc/doc/cit_single.properties#L146
The search functionality would be useful. Unfortunately some options are tied to their parent screen and there may be problems if they are changed outside of it.