mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 12:34:11 +01:00
976be3470f
- Fixed entities attempting to path-find through Creates' non-solids #1390 - Fixed Redstone Links occasionally wiping their frequency when moved in a Contraption - Fixed Flywheels doubling their SU capacity after every chunk reload - Fixed display of numeric formats using non-breaking space #1374 - Signs can now be moved on a contraption #1315 - Fixed Typo in german localization #1363 - Fixed Windmill Bearings keeping su information after relocation #1364 - Fixed Symmetry Wand using up too many items #1342
21 lines
522 B
Properties
21 lines
522 B
Properties
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
|
# This is required to provide enough memory for the Minecraft decompilation process.
|
|
org.gradle.jvmargs=-Xmx3G
|
|
org.gradle.daemon=false
|
|
|
|
# mod version info
|
|
mod_version=0.3.1b
|
|
minecraft_version=1.16.5
|
|
forge_version=36.0.42
|
|
|
|
# dependency versions
|
|
registrate_version=1.0.0-beta.33
|
|
jei_version=7.6.1.71
|
|
|
|
# curseforge information
|
|
projectId=328085
|
|
curse_type=beta
|
|
|
|
# github information
|
|
github_project=Creators-of-Create/Create
|