Create/src/main/resources/META-INF/mods.toml
simibubi 6db763ed5d Seat-hopping into oblivion
- Fixed Seat interaction being too restrictive with max reach
- Contraption seats can no longer be mounted while riding something else
2021-04-16 01:13:46 +02:00

27 lines
513 B
TOML

modLoader="javafml"
loaderVersion="[34,)"
#issueTrackerURL=""
license="MIT"
[[mods]]
modId="create"
version="${file.jarVersion}"
displayName="Create"
#updateJSONURL=""
authors="simibubi"
description='''
Technology that empowers the player.'''
[[dependencies.create]]
modId="forge"
mandatory=true
versionRange="[35.1.16,)"
ordering="NONE"
side="BOTH"
[[dependencies.create]]
modId="minecraft"
mandatory=true
versionRange="[1.16.4,1.17)"
ordering="NONE"
side="BOTH"