mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 07:24:32 +01:00
c698aec5d4
- Added utility for outsourcing blockstate generators into dedicated classes - Ported Encased belt and Adjustable Pulley - Updated Forge
26 lines
498 B
TOML
26 lines
498 B
TOML
modLoader="javafml"
|
|
loaderVersion="[28,)"
|
|
#issueTrackerURL=""
|
|
|
|
[[mods]]
|
|
modId="create"
|
|
version="${file.jarVersion}"
|
|
displayName="Create"
|
|
#updateJSONURL=""
|
|
authors="simibubi"
|
|
description='''
|
|
Technology that empowers the player.'''
|
|
|
|
[[dependencies.create]]
|
|
modId="forge"
|
|
mandatory=true
|
|
versionRange="[31.2.0,)"
|
|
ordering="NONE"
|
|
side="BOTH"
|
|
|
|
[[dependencies.create]]
|
|
modId="minecraft"
|
|
mandatory=true
|
|
versionRange="[1.15.2,1.16)"
|
|
ordering="NONE"
|
|
side="BOTH" |