thanks man, it works now ! (i just needed to edit some lines :
this:
ClientRegistry.bindTileEntitySpecialRenderer(TileEntityAdamantiteChest.class, new RenderAdamantiteChest());
to
this:
GameRegistry.registerTileEntity(TileEntityAdamantiteChest.class, new ResourceLocation(Reference.MOD_ID + ":adamantite_chest"));