AIDA64S(Infrastructure Giant)
AIDA64S(Infrastructure Giant)
TIPThe Iris Project
Created by AndyWithCatz on 4/15/2023 in #iris-issues
Slideshow Mod compatibility issue in Iris 1.6.1
By the way, it seems that some people have reported that it is normal in 1.18.2
65 replies
TIPThe Iris Project
Created by AndyWithCatz on 4/15/2023 in #iris-issues
Slideshow Mod compatibility issue in Iris 1.6.1
@3TUSK
65 replies
TIPThe Iris Project
Created by AndyWithCatz on 4/15/2023 in #iris-issues
Slideshow Mod compatibility issue in Iris 1.6.1
Perhaps it is more effective to seek help from the original author, as it is only a simple transplant
65 replies
TIPThe Iris Project
Created by AndyWithCatz on 4/15/2023 in #iris-issues
Slideshow Mod compatibility issue in Iris 1.6.1
It seems that when the constructor is called, the last two parameters each create new threads to execute certain commands. However, due to the fact that the CompositeRenderType constructor has already implemented these two Runnable interfaces through Lambda, it is not possible to add new commands to these two functions
65 replies
TIPThe Iris Project
Created by AndyWithCatz on 4/15/2023 in #iris-issues
Slideshow Mod compatibility issue in Iris 1.6.1
No description
65 replies
TIPThe Iris Project
Created by AndyWithCatz on 4/15/2023 in #iris-issues
Slideshow Mod compatibility issue in Iris 1.6.1
I have attempted to inherit CompositeRenderType
65 replies
TIPThe Iris Project
Created by AndyWithCatz on 4/15/2023 in #iris-issues
Slideshow Mod compatibility issue in Iris 1.6.1
Perhaps it's because I don't know how to do it
65 replies
TIPThe Iris Project
Created by AndyWithCatz on 4/15/2023 in #iris-issues
Slideshow Mod compatibility issue in Iris 1.6.1
I still don't know how to solve it
65 replies
TIPThe Iris Project
Created by AndyWithCatz on 4/15/2023 in #iris-issues
Slideshow Mod compatibility issue in Iris 1.6.1
Normal when viewed from left to right, brightness is no longer valid when viewed from right to left, starting from version 1.6.0
65 replies
TIPThe Iris Project
Created by AndyWithCatz on 4/15/2023 in #iris-issues
Slideshow Mod compatibility issue in Iris 1.6.1
No description
65 replies
TIPThe Iris Project
Created by AndyWithCatz on 4/15/2023 in #iris-issues
Slideshow Mod compatibility issue in Iris 1.6.1
I have updated Iris to 1.6.2, but this issue still exists
65 replies
TIPThe Iris Project
Created by AndyWithCatz on 4/15/2023 in #iris-issues
Slideshow Mod compatibility issue in Iris 1.6.1
roger that
65 replies
TIPThe Iris Project
Created by AndyWithCatz on 4/15/2023 in #iris-issues
Slideshow Mod compatibility issue in Iris 1.6.1
Means to have IRIS as a dependency?
65 replies
TIPThe Iris Project
Created by AndyWithCatz on 4/15/2023 in #iris-issues
Slideshow Mod compatibility issue in Iris 1.6.1
I really can't think of any good way, it seems that I need to execute
RenderSystem.enableTexture(); RenderSystem.setShader(); RenderSystem.setShaderTexture(0 , textureId);
RenderSystem.enableTexture(); RenderSystem.setShader(); RenderSystem.setShaderTexture(0 , textureId);
65 replies
TIPThe Iris Project
Created by AndyWithCatz on 4/15/2023 in #iris-issues
Slideshow Mod compatibility issue in Iris 1.6.1
This is the original code when inheriting RenderType
65 replies
TIPThe Iris Project
Created by AndyWithCatz on 4/15/2023 in #iris-issues
Slideshow Mod compatibility issue in Iris 1.6.1
65 replies
TIPThe Iris Project
Created by AndyWithCatz on 4/15/2023 in #iris-issues
Slideshow Mod compatibility issue in Iris 1.6.1
It was originally necessary to execute specific code after
state.forEach(RenderStateShard::setupRenderState)
state.forEach(RenderStateShard::setupRenderState)
, but because this part was written into the constructor of "CompositeRenderType", these specific codes could not be executed in the original position, resulting in an exception , what is the solution
65 replies