Skip to content

Commit

Permalink
Fix chest textures missing when Iron Chest mod is installed
Browse files Browse the repository at this point in the history
Closes #123
  • Loading branch information
rubensworks committed Nov 20, 2019
1 parent 874a81f commit f1e07e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class IronChestModCompat implements IModCompat {

@OnlyIn(Dist.CLIENT)
private void overrideTextures() {
String prefix = "textures/model/chest/";
String prefix = "textures/model/";
RenderTileEntityColossalChest.TEXTURES_CHEST.put(ChestMaterial.COPPER,
new ResourceLocation(Reference.MOD_IRONCHEST, prefix + "copper_chest.png"));
RenderTileEntityColossalChest.TEXTURES_CHEST.put(ChestMaterial.IRON,
Expand Down

0 comments on commit f1e07e7

Please sign in to comment.