mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 23:46:04 +01:00
75145976d3
- Changed a few stress balancing params - Fixed crash when resource reloading outside of a world - Fixed crash when moving a tile-entity only contraption with shaders preset - Fixed drill not breaking blocks after being moved - Lowered max speed of Mechanical Bearing in generator mode - Redstone wire and diodes aswell as flower pots can now be moved - Fixed in-world neighbour checking of moved blocks that are not doors - Bumped version in mods.toml
26 lines
478 B
TOML
26 lines
478 B
TOML
modLoader="javafml"
|
|
loaderVersion="[28,)"
|
|
#issueTrackerURL=""
|
|
|
|
[[mods]]
|
|
modId="create"
|
|
version="0.2"
|
|
displayName="Create"
|
|
#updateJSONURL=""
|
|
authors="simibubi"
|
|
description='''
|
|
Technology that empowers the player.'''
|
|
|
|
[[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" |