Skip to content

Commit 6ee2b60

Browse files
committed
fixed broken dark oak trees
1 parent e075234 commit 6ee2b60

File tree

4 files changed

+6
-48
lines changed

4 files changed

+6
-48
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ run-data
2525

2626
repo
2727
/libs
28+
/mcmodsrepo

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ configurations {
8787
dependencies {
8888
implementation "net.neoforged:neoforge:${neo_version}"
8989

90-
//implementation 'curse.maven:dynamictrees-252818:6360173'
91-
implementation ':dynamictrees-neoforge:1.21.1-1.5.0-BETA05'
90+
implementation 'curse.maven:dynamictrees-252818:6565776'
91+
//implementation ':dynamictrees-neoforge:1.21.1-1.5.0-BETA05'
9292

9393
runtimeOnly 'curse.maven:jade-324717:6291517'
9494
runtimeOnly "curse.maven:jei-238222:5846880"
@@ -137,6 +137,7 @@ def changelogFile = file("build/changelog.txt")
137137

138138
publishMods {
139139
file = jar.archiveFile
140+
displayName = "${mod_name.replace(' ','')}-${minecraft_version} ${mod_version}"
140141
if (changelogFile.exists()) {
141142
changelog.set(changelogFile.getText())
142143
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Mod Properties
22
mod_id=dynamictreesplus
3-
mod_name=DynamicTreesPlus
3+
mod_name=Dynamic Trees Plus
44
mod_license=MIT
5-
mod_version=1.3.0-BETA01
5+
mod_version=1.3.0-BETA02
66
version_type=beta
77
mod_group_id=com.dtteam.dynamictreesplus
88
mod_authors=Ferreusveritas, Max Hyper, Harley O'Connor

src/main/resources/trees/dynamictrees/species/dark_oak.json

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)