mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
5eea1cac70
- Fixed Elevator Contraptions misaligning with their contacts after switching target floor mid-travel - Fixed crash when placing a clipboard into replaceable blocks mid-air - Fixed a typo in Smart Observer ponder scene - Fixed funnel flaps being offset to the side when flywheel is disabled - Fixed dyed valve handle using incorrect block particle textures - Fixed copycat blocks able to take on invalid materials through the use of data commands - Copycat blocks no longer retain nbt contents of their contained material's item when loaded from a schematic - Fixed pipe connector attachments missing textures on some orientations - Players can now sneak-pick to receive the copycat block itself, rather than its applied material - Fixed value input screen not closing correctly when 'use' keybind is not on its default setting - Deployers no longer fail to activate bearings and other components with value input slots - Fixed an incompatibility between legacy copper pack and xycraft override - Fixed netherite diving suit not protecting from fire damage when Quark is installed - Attempt to fix lighting issues with elevator contacts - Schematic and Quill no longer displays the full directory path in its confirmation message - Fixed z-fighting on metal bars models
40 lines
1.0 KiB
Properties
40 lines
1.0 KiB
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.5.1.b
|
|
artifact_minecraft_version = 1.18.2
|
|
|
|
minecraft_version = 1.18.2
|
|
forge_version = 40.2.4
|
|
|
|
# build dependency versions
|
|
forgegradle_version = 5.1.74
|
|
mixingradle_version = 0.7-SNAPSHOT
|
|
mixin_version = 0.8.5
|
|
librarian_version = 1.+
|
|
cursegradle_version = 1.4.0
|
|
parchment_version = 2022.11.06
|
|
|
|
# dependency versions
|
|
registrate_version = MC1.18.2-1.1.3
|
|
flywheel_minecraft_version = 1.18.2
|
|
flywheel_version = 0.6.8.a-99
|
|
jei_minecraft_version = 1.18.2
|
|
jei_version = 9.7.0.209
|
|
curios_minecraft_version = 1.18.2
|
|
curios_version = 5.0.7.0
|
|
|
|
cc_tweaked_enable = true
|
|
cc_tweaked_minecraft_version = 1.18.2
|
|
cc_tweaked_version = 1.100.10
|
|
|
|
# curseforge information
|
|
projectId = 328085
|
|
curse_type = beta
|
|
|
|
# github information
|
|
github_project = Creators-of-Create/Create
|