Skip to content

Commit 62da5bf

Browse files
committed
updated mushroom canceller
1 parent 5f2fd11 commit 62da5bf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dependencies {
108108
// implementation files("libs/coolmod-${mc_version}-${coolmod_version}.jar")
109109
// implementation(fg.deobf("com.ferreusveritas.dynamictrees:DynamicTrees-$mcVersion:${property("dynamicTreesVersion")}"))
110110
// implementation(fg.deobf("com.ferreusveritas.dynamictreesplus:DynamicTreesPlus-$mcVersion:${property("dynamicTreesPlusVersion")}"))
111-
implementation "curse.maven:dynamictrees-252818:7201567"
111+
implementation "curse.maven:dynamictrees-252818:7206627"
112112
implementation "curse.maven:dynamictreesplus-478155:7205442"
113113
implementation "curse.maven:regions-unexplored-659110:6273893"
114114
implementation "curse.maven:terrablender-neoforge-940057:6054947"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ loader_version_range=[1,)
2727
mod_id=dtru
2828
mod_name=DT_RegionsUnexplored
2929
mod_license=All Rights Reserved
30-
mod_version=1.1.0-BETA01
30+
mod_version=1.1.0-BETA02
3131
mod_group_id=dtteam.dtru
3232
mod_authors= DviousDingle, Vimhax
3333
mod_credits= metafive, Yuneth Alwis

src/main/resources/trees/dtru/world_gen/feature_cancellers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"only_if_loaded": "dynamictreesplus",
3232
"select": { "names": [ "regions_unexplored:.*", "!regions_unexplored:alpha_grove" ], "tag": [ "!#minecraft:is_nether" ] },
3333
"cancellers": {
34-
"types": ["tree", "dtru:tree", "dtru:tree_2", "dynamictreesplus:cactus", "mushroom", "dtru:mushroom", "dtru:mushroom_2"],
34+
"types": ["tree", "dtru:tree", "dtru:tree_2", "dynamictreesplus:cactus", "dynamictreesplus:mushroom", "dtru:mushroom", "dtru:mushroom_2"],
3535
"namespaces": ["regions_unexplored", "minecraft"]
3636
}
3737
},

0 commit comments

Comments
 (0)