Forge Bump

- Create now enforces a minimum of Minecraft 1.16.5, Forge 36.1.0+
This commit is contained in:
simibubi 2021-07-06 19:18:28 +02:00
parent 50aa690619
commit dcc0c27855

View file

@ -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"