From 45104ff63970c3510d777f1733a63bc703c95320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Massimo=20Cant=C3=BA?= Date: Tue, 28 May 2024 23:46:02 -0300 Subject: [PATCH] removed empty depricated function --- gradle.properties | 2 +- .../com/ferreusveritas/dynamictrees/tree/family/Family.java | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) 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");