Create/src/main/resources/META-INF/mods.toml
simibubi c698aec5d4 Generating complex blockstates
- Added utility for outsourcing blockstate generators into dedicated classes
- Ported Encased belt and Adjustable Pulley
- Updated Forge
2020-05-18 22:01:09 +02:00

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"