mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-09 11:32:06 +01:00
788f92705d
- Added chocolate and tea fluid tag #580 - Fixed item drain accepting stacks of items to empty - Fixed basins mistakingly ignoring recipes with 4 or 9 equal ingredients - Fixed schematicannon not able to place glass pipes, encased pipes, belt funnels and encased shafts - Fixed race condition with other mods registering spawn eggs - Belts no longer consume dye - Tweaked placement constraints and control of cogwheels - Chocolate and honey buckets can no longer stack - Minecarts can now collide with non-mounted contraptions - Attempted some optimizations to contraption lighting
20 lines
514 B
Properties
20 lines
514 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.3c
|
|
minecraft_version=1.15.2
|
|
forge_version=31.2.31
|
|
|
|
# dependency versions
|
|
registrate_version=0.0.4.18
|
|
jei_version=6.0.0.2
|
|
|
|
# curseforge information
|
|
projectId=328085
|
|
curse_type=beta
|
|
|
|
# github information
|
|
github_project=Creators-of-Create/Create
|