fix disk manipulator model fixes #2738 (#2783)

This commit is contained in:
Darkere
2021-01-02 11:23:34 +01:00
committed by GitHub
parent 686190f232
commit 6b8daf11fb

View File

@@ -110,7 +110,7 @@ public class ClientSetup {
forEachColorApply("disk_manipulator", (name, color) -> bakedModelOverrideRegistry.add(name, (base, registry) -> new FullbrightBakedModel(
new DiskManipulatorBakedModel(
base,
registry.get(new ResourceLocation(RS.ID + ":block/disk_manipulator/" + color)),
registry.get(new ResourceLocation(RS.ID + ":block/disk_manipulator/disconnected")),
registry.get(DISK_RESOURCE),
registry.get(DISK_NEAR_CAPACITY_RESOURCE),