We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a590acc commit fd36e54Copy full SHA for fd36e54
build.gradle
@@ -148,7 +148,7 @@ publishMods {
148
projectSlug = "dynamictreesplus" // Required for discord webhook
149
accessToken = curseApiKey ?: System.getenv("CURSEFORGE_API_KEY")
150
minecraftVersions.add("1.21.1")
151
- requires("252818")
+ requires("dynamictrees")
152
}
153
modrinth {
154
projectId = "qaO9Dqpu"
gradle.properties
@@ -2,7 +2,7 @@
2
mod_id=dynamictreesplus
3
mod_name=DynamicTreesPlus
4
mod_license=MIT
5
-mod_version=1.3.0
+mod_version=1.3.0-BETA01
6
version_type=beta
7
mod_group_id=com.dtteam.dynamictreesplus
8
mod_authors=Ferreusveritas, Max Hyper, Harley O'Connor
0 commit comments