Skip to content

Commit

Permalink
Porting to Forge p.1
Browse files Browse the repository at this point in the history
Runnable, but we have issues with layer item rendering, clouds and etc.
  • Loading branch information
Asek3 committed Sep 21, 2023
1 parent c2dc534 commit acc48bc
Show file tree
Hide file tree
Showing 524 changed files with 68,435 additions and 979 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ loom {
"mixins.oculus.compat.indium.json"
]
}
mixin.defaultRefmapName = "oculus-mixins-refmap.json"
}

sourceCompatibility = JavaVersion.VERSION_17
Expand Down Expand Up @@ -46,7 +47,6 @@ dependencies {

//modCompileOnly "maven.modrinth:rubidium:0.6.2b"
modCompileOnly "me.jellysquid.mods:Rubidium:0.6.3"
modImplementation "maven.modrinth:rubidium:0.6.5"
}

processResources {
Expand Down
3,166 changes: 3,166 additions & 0 deletions src/main/java/io/github/douira/glsl_transformer/GLSLLexer.java

Large diffs are not rendered by default.

6,955 changes: 6,955 additions & 0 deletions src/main/java/io/github/douira/glsl_transformer/GLSLParser.java

Large diffs are not rendered by default.

Loading

0 comments on commit acc48bc

Please sign in to comment.