Skip to content

Commit c2400f2

Browse files
committed
updated to release
1 parent 624de6e commit c2400f2

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ dependencies {
9797
runtimeOnly(fg.deobf("curse.maven:jade-324717:${property("jadeFileId")}"))
9898

9999
runtimeOnly(fg.deobf("mezz.jei:jei-$mcVersion-forge:${property("jeiVersion")}"))
100-
runtimeOnly(fg.deobf("curse.maven:SereneSeasons-291874:${property("ssFileId")}"))
100+
runtimeOnly(fg.deobf("curse.maven:glitchcore-955399:${property("gcFileId")}"))
101+
runtimeOnly(fg.deobf("curse.maven:sereneseasons-291874:${property("ssFileId")}"))
101102
runtimeOnly(fg.deobf("vazkii.patchouli:Patchouli:${property("patchouliVersion")}"))
102103
runtimeOnly(fg.deobf("cc.tweaked:cc-tweaked-$mcVersion-core:${property("ccVersion")}"))
103104
runtimeOnly(fg.deobf("cc.tweaked:cc-tweaked-$mcVersion-forge:${property("ccVersion")}"))

gradle.properties

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
modName=DynamicTreesPlus
22
modId=dynamictreesplus
3-
modVersion=1.2.0-BETA4
3+
modVersion=1.2.0
44
group=com.ferreusveritas.dynamictreesplus
55

66
mcVersion=1.20.1
7-
forgeVersion=47.2.32
7+
forgeVersion=47.4.0
88
mappingsChannel=parchment
99
mappingsVersion=2023.09.03-1.20.1
1010

11-
dynamicTreesVersion=1.3.0-BETA8.001
11+
dynamicTreesVersion=1.4.2
1212
jeiVersion=15.0.0.12
1313
patchouliVersion=1.20.1-84-FORGE
1414
suggestionProviderFixVersion=1.0.0
1515
ccVersion=1.109.4
16-
ssFileId=4761603
16+
gcFileId=5787839
17+
ssFileId=5790633
1718
jadeFileId=4986594
1819

1920
versionType=beta

0 commit comments

Comments
 (0)