Skip to content

Commit

Permalink
Remove GroupResourcePackMixin
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed Dec 29, 2023
1 parent 589fef8 commit 109a584
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 48 deletions.
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.4+build.3
loader_version=0.15.2

# Mod Properties
mod_version=0.1.0
mod_version=0.1.0-beta
maven_group=fr.firstmegagame4.env.json
archives_base_name=env_json

Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/env_json.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"compatibilityLevel": "JAVA_17",
"mixins": [
"EntryListMixin",
"GroupResourcePackMixin",
"NamespaceResourceManagerMixin",
"ResourceAccessor",
"ResourceMixin",
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@
"suggests": {
"env_driven_assets": "*",
"env_driven_data": "*"
},
"custom": {
"modmenu": {
"badges": [ "library" ]
}
}
}

0 comments on commit 109a584

Please sign in to comment.