chore: remove todo

This commit is contained in:
raoulvdberge
2023-11-05 20:23:49 +01:00
parent ea57d2d9e2
commit 03a83df0dc
2 changed files with 6 additions and 2 deletions

View File

@@ -142,8 +142,6 @@ public final class ClientSetup {
});
}
// TODO: we have probably too much emissivity (when disconnected)
private static void registerBakedModelOverrides() {
BAKED_MODEL_OVERRIDE_REGISTRY.add(new ResourceLocation(RS.ID, "cable"), (base, registry) -> new CableCoverBakedModel(base));
BAKED_MODEL_OVERRIDE_REGISTRY.add(new ResourceLocation(RS.ID, "exporter"), (base, registry) -> new CableCoverBakedModel(base));