You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/META-INF/mods.toml
+27-23
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,22 @@
4
4
# Note that there are a couple of TOML lists in this file.
5
5
# Find more information on toml format here: https://github.com/toml-lang/toml
6
6
# The name of the mod loader type to load - for regular FML @Mod mods it should be javafml
7
-
modLoader="javafml"#mandatory
8
-
# A version range to match for said mod loader - for regular FML @Mod it will be the forge version
9
-
loaderVersion="${loader_version_range}"#mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
7
+
modLoader = "javafml"#mandatory
8
+
# A version range to match for said mod loader - for regular FML @Mod it will be the the FML version. This is currently 47.
# Display Test controls the display for your mod in the server connection screen
34
34
# MATCH_VERSION means that your mod will cause a red X if the versions on client and server differ. This is the default behaviour and should be what you choose if you have server and client elements to your mod.
35
35
# IGNORE_SERVER_VERSION means that your mod will not cause a red X if it's present on the server but not on the client. This is what you should use if you're a server only mod.
0 commit comments