Skip to content

Commit

Permalink
Include dependency definitions for Forge and Minecraft in mods.toml a…
Browse files Browse the repository at this point in the history
…nd specify side
  • Loading branch information
Griefed committed Oct 2, 2021
1 parent b0213b5 commit edfd9ae
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,16 @@ authors="Jaredlll08"
description='''
Adds the ability to search for keybinds using their name in the KeyBinding menu, this allows players to easily find a key binding in the menu.
'''
itemIcon="minecraft:compass"
itemIcon="minecraft:compass"
[[dependencies.controlling]]
modId="forge"
mandatory=true
versionRange="[37,)"
ordering="NONE"
side="CLIENT"
[[dependencies.controlling]]
modId="minecraft"
mandatory=true
versionRange="[1.17.1,)"
ordering="NONE"
side="CLIENT"

0 comments on commit edfd9ae

Please sign in to comment.