Skip to content

Commit cb74d5d

Browse files
committed
update metadata for product
1 parent eeacdb6 commit cb74d5d

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

src/main/resources/META-INF/mods.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# The name of the mod loader type to load - for regular FML @Mod mods it should be javafml
77
modLoader = "javafml" #mandatory
88
# A version range to match for said mod loader - for regular FML @Mod it will be the forge version
9-
loaderVersion = "[31,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
9+
loaderVersion = "[36,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
1010
# The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties.
1111
# Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here.
1212
license = "MIT"
@@ -38,21 +38,21 @@ description = '''
3838
'''
3939
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
4040
[[dependencies.vplayer]] #optional
41-
# the modid of the dependency
42-
modId = "forge" #mandatory
43-
# Does this dependency have to exist - if not, ordering below must be specified
44-
mandatory = true #mandatory
45-
# The version range of the dependency
46-
versionRange = "[31,)" #mandatory
47-
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
48-
ordering = "NONE"
49-
# Side this dependency is applied on - BOTH, CLIENT or SERVER
50-
side = "BOTH"
41+
# the modid of the dependency
42+
modId = "forge" #mandatory
43+
# Does this dependency have to exist - if not, ordering below must be specified
44+
mandatory = true #mandatory
45+
# The version range of the dependency
46+
versionRange = "[36,)" #mandatory
47+
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
48+
ordering = "NONE"
49+
# Side this dependency is applied on - BOTH, CLIENT or SERVER
50+
side = "BOTH"
5151
# Here's another dependency
5252
[[dependencies.vplayer]]
53-
modId = "minecraft"
54-
mandatory = true
53+
modId = "minecraft"
54+
mandatory = true
5555
# This version range declares a minimum of the current minecraft version up to but not including the next major version
56-
versionRange = "[1.15.2,1.16)"
57-
ordering = "NONE"
58-
side = "BOTH"
56+
versionRange="[1.16.5,1.17)"
57+
ordering = "NONE"
58+
side = "BOTH"

src/main/resources/pack.mcmeta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"pack": {
33
"description": "vplayer resources",
4-
"pack_format": 5,
5-
"_comment": "A pack_format of 5 requires json lang files and some texture changes from 1.15. Note: we require v5 pack meta for all mods."
4+
"pack_format": 6,
5+
"_comment": "A pack_format of 6 requires json lang files and some texture changes from 1.16.2. Note: we require v6 pack meta for all mods."
66
}
77
}

0 commit comments

Comments
 (0)