Skip to content

Commit

Permalink
chore(resources): add mods.toml and pack.mcmeta
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Jul 15, 2022
1 parent 961e5ea commit 389c7c4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
30 changes: 30 additions & 0 deletions forge16/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
modLoader="javafml"
loaderVersion="[36,)"
license="MIT"
issueTrackerURL="https://github.com/EnvyWare/BetterDexRewards/issues"

[[mods]]
modId="pokeremoval"
version="1.1.2"
displayName="PokeRemoval Forge"
displayURL="https://github.com/EnvyWare"
credits="https://github.com/EnvyWare"
authors="https://github.com/EnvyWare"
updateJSONURL="https://ogn.pixelmonmod.com/update/sm-pr/update.json"
description='''
Removes Pokes
'''

[[dependencies.pokeremoval]]
modId="forge"
mandatory=true
versionRange="[36,)"
ordering="NONE"
side="BOTH"

[[dependencies.pokeremoval]]
modId="minecraft"
mandatory=true
versionRange="[1.16.5,1.17)"
ordering="NONE"
side="BOTH"
6 changes: 6 additions & 0 deletions forge16/src/main/resources/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pack": {
"description": "PokeRemoval",
"pack_format": 6
}
}

0 comments on commit 389c7c4

Please sign in to comment.