mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 07:24:32 +01:00
26 lines
489 B
TOML
26 lines
489 B
TOML
modLoader="javafml"
|
|
loaderVersion="[28,)"
|
|
#issueTrackerURL=""
|
|
|
|
[[mods]]
|
|
modId="create"
|
|
version="mc1.14-0.2.2a"
|
|
displayName="Create"
|
|
#updateJSONURL=""
|
|
authors="simibubi"
|
|
description='''
|
|
Technology that empowers the player.'''
|
|
|
|
[[dependencies.create]]
|
|
modId="forge"
|
|
mandatory=true
|
|
versionRange="[28.1.56,)"
|
|
ordering="NONE"
|
|
side="BOTH"
|
|
|
|
[[dependencies.create]]
|
|
modId="minecraft"
|
|
mandatory=true
|
|
versionRange="[1.14.4]"
|
|
ordering="NONE"
|
|
side="BOTH" |