Create/src/main/resources/META-INF/mods.toml
simibubi 7f0ba8211d No pushing
- Fixed Schematicannon asking for "Air" items
- Made several blocks immovable by piston
2019-11-07 12:00:27 +01:00

26 lines
500 B
TOML

modLoader="javafml"
loaderVersion="[28,)"
#issueTrackerURL=""
[[mods]]
modId="create"
version="0.1.1b"
displayName="Create"
#updateJSONURL=""
authors="simibubi"
description='''
A handful of additions to aid the creative survivalist.'''
[[dependencies.create]]
modId="forge"
mandatory=true
versionRange="[28.1.0,)"
ordering="NONE"
side="BOTH"
[[dependencies.create]]
modId="minecraft"
mandatory=true
versionRange="[1.14.4]"
ordering="NONE"
side="BOTH"