mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-13 05:19:59 +00:00
2c0d8263d3
- Update EMI and REI integration, and fix some issues with the upgrade crafting hooks. - Just use smooth stone for recipes, not #c:stone. We're mirroring redstone's crafting recipes here. - Some cleanup to printouts. - Remote upgrade data generators - these can be replaced with the standard registry data generators. - Remove the API's PlatformHelper - we no longer have any platform-specific code in the API.
17 lines
412 B
Properties
17 lines
412 B
Properties
# SPDX-FileCopyrightText: 2017 The CC: Tweaked Developers
|
|
#
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
org.gradle.jvmargs=-Xmx3G -Dfile.encoding=UTF-8
|
|
org.gradle.parallel=true
|
|
|
|
kotlin.stdlib.default.dependency=false
|
|
kotlin.jvm.target.validation.mode=error
|
|
|
|
# Mod properties
|
|
isUnstable=true
|
|
modVersion=1.110.3
|
|
|
|
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
|
|
mcVersion=1.20.6
|