mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-29 00:16:27 +01:00
Forge Bump
- Create now enforces a minimum of Minecraft 1.16.5, Forge 36.1.0+
This commit is contained in:
parent
50aa690619
commit
dcc0c27855
1 changed files with 5 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
||||||
modLoader="javafml"
|
modLoader="javafml"
|
||||||
loaderVersion="[34,)"
|
loaderVersion="[36,)"
|
||||||
issueTrackerURL="https://github.com/Creators-of-Create/Create/issues"
|
issueTrackerURL="https://github.com/Creators-of-Create/Create/issues"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
||||||
[[mods]]
|
[[mods]]
|
||||||
modId="create"
|
modId="create"
|
||||||
version="${file.jarVersion}"
|
version="v0.3.2 for 1.16.5"
|
||||||
displayName="Create"
|
displayName="Create"
|
||||||
#updateJSONURL=""
|
#updateJSONURL=""
|
||||||
displayURL="https://www.curseforge.com/minecraft/mc-mods/create"
|
displayURL="https://www.curseforge.com/minecraft/mc-mods/create"
|
||||||
|
@ -13,20 +13,19 @@ logoFile="logo.png"
|
||||||
#credits=""
|
#credits=""
|
||||||
authors="simibubi"
|
authors="simibubi"
|
||||||
description='''
|
description='''
|
||||||
Technology that empowers the player.
|
Technology that empowers the player.'''
|
||||||
'''
|
|
||||||
|
|
||||||
[[dependencies.create]]
|
[[dependencies.create]]
|
||||||
modId="forge"
|
modId="forge"
|
||||||
mandatory=true
|
mandatory=true
|
||||||
versionRange="[35.1.16,)"
|
versionRange="[36.1.0,)"
|
||||||
ordering="NONE"
|
ordering="NONE"
|
||||||
side="BOTH"
|
side="BOTH"
|
||||||
|
|
||||||
[[dependencies.create]]
|
[[dependencies.create]]
|
||||||
modId="minecraft"
|
modId="minecraft"
|
||||||
mandatory=true
|
mandatory=true
|
||||||
versionRange="[1.16.4,1.17)"
|
versionRange="[1.16.5,1.17)"
|
||||||
ordering="NONE"
|
ordering="NONE"
|
||||||
side="BOTH"
|
side="BOTH"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue