Skip to content

Commit 06c2583

Browse files
Fix issue #21
1 parent ac266a7 commit 06c2583

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/main/java/com/ferreusveritas/dynamictrees/models/BranchModel.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,5 @@ public IBakedModel bake(IModelState state, VertexFormat format, Function<Resourc
4747
return ModelLoaderRegistry.getMissingModel().bake(state, format, bakedTextureGetter);
4848
}
4949
}
50-
51-
// Our custom loaded model doesn't need a default state, just return null
52-
@Override
53-
public IModelState getDefaultState() {
54-
return null;
55-
}
56-
50+
5751
}

0 commit comments

Comments
 (0)