|
@@ -1,11 +1,11 @@
|
|
modLoader="javafml" #mandatory
|
|
modLoader="javafml" #mandatory
|
|
-loaderVersion="[27,)" #mandatory
|
|
|
|
|
|
+loaderVersion="[30,)" #mandatory
|
|
issueTrackerURL="https://github.com/jaredlll08/Controlling/issues" #optional
|
|
issueTrackerURL="https://github.com/jaredlll08/Controlling/issues" #optional
|
|
displayURL="https://minecraft.curseforge.com/projects/controlling" #optional
|
|
displayURL="https://minecraft.curseforge.com/projects/controlling" #optional
|
|
authors="Jaredlll08" #optional
|
|
authors="Jaredlll08" #optional
|
|
[[mods]] #mandatory
|
|
[[mods]] #mandatory
|
|
modId="controlling" #mandatory
|
|
modId="controlling" #mandatory
|
|
-version="5.0.4" #mandatory
|
|
|
|
|
|
+version="6.0.0" #mandatory
|
|
displayName="Controlling" #mandatory
|
|
displayName="Controlling" #mandatory
|
|
description='''
|
|
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.
|
|
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.
|
|
@@ -17,7 +17,7 @@ Adds the ability to search for keybinds using their name in the KeyBinding menu,
|
|
# Does this dependency have to exist - if not, ordering below must be specified
|
|
# Does this dependency have to exist - if not, ordering below must be specified
|
|
mandatory=true #mandatory
|
|
mandatory=true #mandatory
|
|
# The version range of the dependency
|
|
# The version range of the dependency
|
|
- versionRange="[27,)" #mandatory
|
|
|
|
|
|
+ versionRange="[30,)" #mandatory
|
|
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
|
|
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
|
|
ordering="NONE"
|
|
ordering="NONE"
|
|
# Side this dependency is applied on - BOTH, CLIENT or SERVER
|
|
# Side this dependency is applied on - BOTH, CLIENT or SERVER
|