Skip to content

Commit fd36e54

Browse files
committed
fixed publish plugin
1 parent a590acc commit fd36e54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ publishMods {
148148
projectSlug = "dynamictreesplus" // Required for discord webhook
149149
accessToken = curseApiKey ?: System.getenv("CURSEFORGE_API_KEY")
150150
minecraftVersions.add("1.21.1")
151-
requires("252818")
151+
requires("dynamictrees")
152152
}
153153
modrinth {
154154
projectId = "qaO9Dqpu"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mod_id=dynamictreesplus
33
mod_name=DynamicTreesPlus
44
mod_license=MIT
5-
mod_version=1.3.0
5+
mod_version=1.3.0-BETA01
66
version_type=beta
77
mod_group_id=com.dtteam.dynamictreesplus
88
mod_authors=Ferreusveritas, Max Hyper, Harley O'Connor

0 commit comments

Comments
 (0)