Lang file completed, creative tab model set.

This commit is contained in:
stfwi 2019-02-10 17:50:52 +01:00
parent f8aaf132a6
commit a7c7a926a9
2 changed files with 9 additions and 3 deletions

View file

@ -102,7 +102,7 @@ public class ModEngineersDecor
@Override
@SideOnly(Side.CLIENT)
public @Nonnull ItemStack createIcon()
{ return new ItemStack(ModBlocks.CLINKER_BRICK_WALL); }
{ return new ItemStack(ModBlocks.TREATED_WOOD_LADDER); }
});
}