Skip to content

Commit f1906dc

Browse files
committed
Update deps and bump min Neo version to 21.0.110-beta
1 parent c62f30b commit f1906dc

File tree

6 files changed

+21
-17
lines changed

6 files changed

+21
-17
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ plugins {
2020
id('eclipse')
2121
id('idea')
2222
id('maven-publish')
23-
id('net.neoforged.gradle.userdev') version('7.0.153')//https://projects.neoforged.net/neoforged/neogradle
23+
id('net.neoforged.gradle.userdev') version('7.0.155')//https://projects.neoforged.net/neoforged/neogradle
2424
}
2525

2626
tasks.named('wrapper', Wrapper).configure {
2727
//Define wrapper values here so as to not have to always do so when updating gradlew.properties
28-
gradleVersion = '8.8'
28+
gradleVersion = '8.9'
2929
distributionType = Wrapper.DistributionType.ALL
3030
}
3131

@@ -382,8 +382,7 @@ dependencies {
382382
//datagenMainRuntimeOnly(emi)
383383
}
384384

385-
//TODO: Re-enable once it doesn't cause Datagen to fail
386-
//localRuntime("team.chisel.ctm:CTM:${minecraft_version}-${ctm_version}")
385+
localRuntime("team.chisel.ctm:CTM:${minecraft_version}-${ctm_version}")
387386

388387
compileOnly("mcjty.theoneprobe:theoneprobe:${top_version}:api")
389388
localRuntime("mcjty.theoneprobe:theoneprobe:${top_version}")

docs/Development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Mekanism is developed for Minecraft 1.21 using NeoForge.
44

55
## Prerequisites
66

7-
* Gradle - Version 8.8 is known to work, your mileage with other versions may vary
7+
* Gradle - Version 8.9 is known to work, your mileage with other versions may vary
88
* JDK - Version 21 is the target as that is what Mojang ships, but to run gradle you must use a minimum of JDK 17.
99

1010
## Directory Structure

gradle.properties

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ minecraft_version=1.21
99
previous_minecraft_version=1.20.4
1010
previous_minor_minecraft_version=1.20.6
1111
loader_version_range=[4,)
12-
forge_version=21.0.86-beta
12+
forge_version=21.0.113-beta
1313
mod_version=10.6.5
1414
#This determines the minimum version of forge required to use Mekanism
1515
# Only bump it whenever we need access to a feature in forge that is not available in earlier versions
16-
forge_version_range=[21.0.86-beta,)
16+
forge_version_range=[21.0.110-beta,)
1717
minecraft_version_range=[1.21]
1818
#This specifies what type of release it will be uploaded to CurseForge and Modrinth as
1919
# options are: alpha, beta, release
@@ -25,7 +25,7 @@ jqwik_version=1.9.0
2525

2626
#NeoGradle Settings
2727
neogradle.subsystems.parchment.minecraftVersion=1.21
28-
neogradle.subsystems.parchment.mappingsVersion=2024.06.23
28+
neogradle.subsystems.parchment.mappingsVersion=2024.07.07
2929
neogradle.subsystems.conventions.sourcesets.enabled=false
3030

3131
#misc settings
@@ -37,14 +37,14 @@ yamlops_version=1.2.0
3737

3838
#Mod dependencies
3939
cc_tweaked_version=1.111.0
40-
crafttweaker_version=20.0.17
41-
ctm_version=1.2.0+1
42-
curios_version=9.0.4+1.21
40+
crafttweaker_version=20.0.18
41+
ctm_version=1.2.0+2
42+
curios_version=9.0.5+1.21
4343
emi_version=1.1.10
4444
grand_power_version=3.0.0
4545
jade_api_id=5427895
46-
jade_id=5493270
47-
jei_version=19.5.0.30
46+
jade_id=5529595
47+
jei_version=19.5.0.44
4848
json_things_version=0.12.0
4949
top_version=1.21_neo-12.0.0-1
5050
wthit_version=12.2.2
@@ -56,8 +56,8 @@ wthit_version=12.2.2
5656

5757

5858
#Mod dependencies for recipes (only used by our data generators)
59-
ae2_version=19.0.8-alpha
60-
biomesoplenty_version=21.0.0.11
59+
ae2_version=19.0.15-alpha
60+
biomesoplenty_version=21.0.0.12
6161
glitchcore_version=2.0.0.2
6262
terrablender_version=4.0.0.1
6363

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
#
18+
# SPDX-License-Identifier: Apache-2.0
19+
#
1820

1921
##############################################################################
2022
#
@@ -84,7 +86,8 @@ done
8486
# shellcheck disable=SC2034
8587
APP_BASE_NAME=${0##*/}
8688
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
87-
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90+
' "$PWD" ) || exit
8891

8992
# Use the maximum available, or set MAX_FD != -1 to use that value.
9093
MAX_FD=maximum

gradlew.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
@rem See the License for the specific language governing permissions and
1414
@rem limitations under the License.
1515
@rem
16+
@rem SPDX-License-Identifier: Apache-2.0
17+
@rem
1618

1719
@if "%DEBUG%"=="" @echo off
1820
@rem ##########################################################################

0 commit comments

Comments
 (0)