Remove some duplicate code
This commit is contained in:
parent
2f9b154e22
commit
7873670a4f
4 changed files with 135 additions and 186 deletions
|
@ -102,7 +102,7 @@ public class TechRebornClient implements ClientModInitializer {
|
|||
|
||||
@Override
|
||||
public BakedModel bake(ModelLoader modelLoader, Function<Identifier, Sprite> function, ModelBakeSettings modelBakeSettings) {
|
||||
return new DynamicBucketBakedModel(fluid);
|
||||
return new DynamicBucketBakedModel();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue