mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 15:34:39 +01:00
6db763ed5d
- Fixed Seat interaction being too restrictive with max reach - Contraption seats can no longer be mounted while riding something else
27 lines
513 B
TOML
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" |