Skip to content

Commit

Permalink
Potentially updated
Browse files Browse the repository at this point in the history
Just need to do some final checks and it'll be ready to merge.
  • Loading branch information
MoSadie committed Jul 9, 2023
1 parent 699534d commit 842ac63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ description='''${mod_description}'''
[[dependencies.${mod_id}]]
modId="minecraft"
mandatory=true
versionRange="${minecraft_version_range}
versionRange="${minecraft_version_range}"
ordering="NONE"
side="BOTH"
4 changes: 2 additions & 2 deletions MinecraftMod/forge/1.20.1/src/main/resources/pack.mcmeta
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"description": {
"text": "${mod_id} resources"
},
"pack_format": 15,
"pack_format": 15
}
}
}

0 comments on commit 842ac63

Please sign in to comment.