Update to 1.21.4

This commit is contained in:
2024-12-05 14:22:38 +01:00
parent e78966f133
commit f3d06b275a
2 changed files with 7 additions and 7 deletions
@@ -16,7 +16,7 @@ public class TelevatorBlockItem extends BlockItem implements PolymerItem {
public TelevatorBlockItem(Settings settings, Block block, String modelId) {
super(block, settings);
this.polymerModel = PolymerResourcePackUtils.getBridgedModelId(Identifier.of(Televator.MODID, "item/" + modelId));
this.polymerModel = Identifier.of(Televator.MODID, "item/" + modelId);
}
@Override