Skip to content

Commit

Permalink
Update to new DT namespaces (ldtteam#8765)
Browse files Browse the repository at this point in the history
Updates to latest Dynamic Trees for 1.18 to fix incompatibility due to namespace rename - do not port forward
  • Loading branch information
uecasm authored Nov 13, 2022
1 parent 9aa19d1 commit abdd5f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jmapMcVersion=1.18.1
jmapVersion=5.8.0beta11
tinkersConstructVersion=3.5.0.17
mantleVersion=1.9.20
dynamicTreesVersion=0.11.0-Alpha2
dynamicTreesVersion=0.11.0-Beta3
# some mods include the MC version as part of their "real" version number, others
# store them separately (even if they look like they're included in the filename).
# it's important to get them the right way around for mods.toml to work properly.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package com.minecolonies.api.compatibility.dynamictrees;

import com.ferreusveritas.dynamictrees.blocks.branches.BranchBlock;
import com.ferreusveritas.dynamictrees.blocks.branches.TrunkShellBlock;
import com.ferreusveritas.dynamictrees.blocks.leaves.DynamicLeavesBlock;
import com.ferreusveritas.dynamictrees.items.Seed;
import com.ferreusveritas.dynamictrees.trees.Family;
import com.ferreusveritas.dynamictrees.block.branch.BranchBlock;
import com.ferreusveritas.dynamictrees.block.branch.TrunkShellBlock;
import com.ferreusveritas.dynamictrees.block.leaves.DynamicLeavesBlock;
import com.ferreusveritas.dynamictrees.item.Seed;
import com.ferreusveritas.dynamictrees.tree.family.Family;
import com.minecolonies.api.util.Log;
import com.mojang.authlib.GameProfile;
import net.minecraft.core.BlockPos;
Expand Down

0 comments on commit abdd5f8

Please sign in to comment.