diff --git a/gradle.properties b/gradle.properties index cd9b90a7c..563811fdd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ modName=DynamicTrees modId=dynamictrees -modVersion=1.3.0-BETA2 +modVersion=1.3.0-BETA3 group=com.ferreusveritas.dynamictrees mcVersion=1.20.1 diff --git a/src/main/java/com/ferreusveritas/dynamictrees/tree/family/Family.java b/src/main/java/com/ferreusveritas/dynamictrees/tree/family/Family.java index f86e0d0df..1e77c33a8 100644 --- a/src/main/java/com/ferreusveritas/dynamictrees/tree/family/Family.java +++ b/src/main/java/com/ferreusveritas/dynamictrees/tree/family/Family.java @@ -879,12 +879,6 @@ public Optional getModelPath(String key) { return Optional.ofNullable(modelOverrides.getOrDefault(key, null)); } - /** - * @deprecated Use method with that includes the Block parameter - * @see Family#addBranchTextures(BiConsumer, ResourceLocation, Block) - */ - @Deprecated - public void addBranchTextures(BiConsumer textureConsumer, ResourceLocation primitiveLogLocation) {} public void addBranchTextures(BiConsumer textureConsumer, ResourceLocation primitiveLogLocation, Block sourceBlock) { ResourceLocation bark = primitiveLogLocation; ResourceLocation rings = suffix(primitiveLogLocation, "_top");