1.20.4 compatibility
This commit is contained in:
parent
c5132221ae
commit
27627e8404
38 changed files with 2790 additions and 31 deletions
13
remappedSrc/themixray/repeating/mod/render/RenderSystem.java
Normal file
13
remappedSrc/themixray/repeating/mod/render/RenderSystem.java
Normal file
|
@ -0,0 +1,13 @@
|
|||
package themixray.repeating.mod.render;
|
||||
|
||||
import lombok.experimental.UtilityClass;
|
||||
import themixray.repeating.mod.render.buffer.BufferManager;
|
||||
import themixray.repeating.mod.render.shader.ShaderManager;
|
||||
|
||||
@UtilityClass
|
||||
public class RenderSystem {
|
||||
public static void init() {
|
||||
BufferManager.init();
|
||||
ShaderManager.init();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue