Skip to content

Commit

Permalink
fix the mixin config
Browse files Browse the repository at this point in the history
  • Loading branch information
WindClan committed May 3, 2024
1 parent 5b801c7 commit c0f47ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.20.6+build.1
loader_version=0.15.10

# Mod Properties
mod_version=0.1
mod_version=0.1.1
maven_group=com.notbronwyn.OldGL
archives_base_name=oldgl

Expand Down
2 changes: 1 addition & 1 deletion src/client/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "oldgl",
"version": "${version}",
"version": "0.1.1",
"name": "OldGL",
"description": "Downgrades Minecraft's OpenGL",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion src/client/resources/oldgl.mixins.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"required": true,
"package": "com.notbronwyn.oldgl.mixins",
"package": "com.notbronwyn.OldGL.mixins",
"compatibilityLevel": "JAVA_21",
"client": [
"WindowMixin"
Expand Down

0 comments on commit c0f47ab

Please sign in to comment.